mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Backward compatibility fixes.
This commit is contained in:
13
e107_web/js/core/backcompat.js
Normal file
13
e107_web/js/core/backcompat.js
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
/* Legacy Theme v1.x compat when bootstrap not in use */
|
||||
|
||||
// (function ($)
|
||||
|
||||
|
||||
$('.s-message a.close').on('click', function ()
|
||||
{
|
||||
|
||||
$(this).parent('.s-message').hide('slow');
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user