assets/js/theme.js in appscms-tools-theme-2.2.3 vs assets/js/theme.js in appscms-tools-theme-2.2.4
- old
+ new
@@ -1,11 +1,11 @@
-$(document).ready(function () {
- var safuiAlert = $('#safeui-alert')
- if (safuiAlert) {
- safuiAlert
- .first()
- .delay(10000)
- .slideUp(1000, function () {
- $(this).remove()
- })
- }
-})
+$(document).ready(function () {
+ var safuiAlert = $('#safeui-alert')
+ if (safuiAlert) {
+ safuiAlert
+ .first()
+ .delay(10000)
+ .slideUp(1000, function () {
+ $(this).remove()
+ })
+ }
+})