assets/js/theme.js in appscms-tools-theme-2.3.0 vs assets/js/theme.js in appscms-tools-theme-2.3.1

- 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() + }) + } +})