Skip to content
Snippets Groups Projects
Commit 03b97bfb authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

remove junk alert

parent 96b69d14
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ var fontSize = function() {
for (var i = 0; i < elements_length; i++) {
elements_size[elements[i]] = $(elements[i]).css('fontSize');
}
alert(JSON.stringify(elements_size));
});
// init
......@@ -103,7 +102,6 @@ function readCookie(name) {
return null;
}
// font size
// define global variables
var fontSize = fontSize();
// contrast
var contrast = contrast();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment