1
0
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:
Cameron
2020-05-06 16:15:52 -07:00
parent 8ac7f1fdf1
commit 0f2ab37d47
6 changed files with 63 additions and 4 deletions

View 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');
}
);