Skip to content

Commit 047c8e2

Browse files
authored
Remove forgotten debug code
1 parent 90aa018 commit 047c8e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main/auth/justification.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@
191191
var colorG = $(this).css("color");
192192
var lgtxt = $(this).text().replace(/ /g,"").length;
193193
if (colorG!="green"&&colorG!="rgb(0, 128, 0)"&&lgtxt>3) {
194-
alert(lgtxt);
195194
$(this).append("<img src=\"'.api_get_path(WEB_PATH).'main/img/icons/22/warning.png\" />");
196195
}
197196
});

0 commit comments

Comments
 (0)