Skip to content

Commit f13b18c

Browse files
author
rmpestano
committed
Fix js error
1 parent 0d242f2 commit f13b18c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/META-INF/resources/js/admintemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function activateResizeOnMenuToggle() {
2222
}
2323

2424
function windowResize() {
25-
if(!isMobile() && )
25+
if(!isMobile())
2626
setTimeout(function () {
2727
$(window).trigger('resize');
2828
}, 500);

0 commit comments

Comments
 (0)