Update the session variables for browser width and height when browser is resized

This commit is contained in:
Louis Bailleul
2015-11-19 14:14:29 +00:00
parent 6e1d234312
commit ce8e79c63a
2 changed files with 4 additions and 8 deletions

View File

@ -123,6 +123,7 @@ $(document).ready(function() {
});
});
updateResolution();
});
function submitCustomRange(frmdata) {
@ -165,5 +166,3 @@ $(document).on("click", '.collapse-neighbors', function(event)
list.toggle();
continued.toggle();
});