Init
This commit is contained in:
6
backend/install/public_html/js/main.js
Normal file
6
backend/install/public_html/js/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
jQuery(document).on('click', '.error > div span.cancel, .success > div span.cancel, .info > div span.cancel', function(e) {
|
||||
jQuery(this).parents('.box').css("position", "relative").css("z-index", "-500").animate({marginTop: -jQuery(this).parents('.box').height()-20, opacity: 0}, 300, function(e)
|
||||
{
|
||||
jQuery(this).hide();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user