We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d242f2 commit f13b18cCopy full SHA for f13b18c
1 file changed
src/main/resources/META-INF/resources/js/admintemplate.js
@@ -22,7 +22,7 @@ function activateResizeOnMenuToggle() {
22
}
23
24
function windowResize() {
25
- if(!isMobile() && )
+ if(!isMobile())
26
setTimeout(function () {
27
$(window).trigger('resize');
28
}, 500);
0 commit comments