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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user