1
0
mirror of https://github.com/moparisthebest/user_sql synced 2024-11-21 16:55:02 -05:00

Add missing semicolon

This commit is contained in:
Andreas Boehler 2014-11-11 20:32:58 +01:00
parent 700fb00c71
commit 47b1eb8187

View File

@ -35,7 +35,7 @@ user_sql.adminSettingsUI = function() {
return false; return false;
}); });
} }
} };
$(document).ready(function() { $(document).ready(function() {
if ($('#sql')) { if ($('#sql')) {