1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Display error message when javascript disabled.

This commit is contained in:
Antoine Catton
2012-05-20 03:22:20 +02:00
parent 3cd43c42fe
commit 0065eac1ab
3 changed files with 20 additions and 2 deletions

View File

@ -674,8 +674,11 @@ $('.email-link').each(function(i, elem){
});
$('#wrap-content').each(function(i, elem){
$(elem).show();
});
}); /* End of "document ready" jquery callback */
})(); /* End of self executing function */
})(); /* End of self executing function */