Commit 2bb880f8 by Kang Donghun

loading screen resize

parent 82715c6b
......@@ -58,12 +58,12 @@ COMMON.avwScreenMove = function (url) {
* @param {String} key
*/
COMMON.showLoading = function () {
$(window).resize(function() {
$('#loader').css( {
'width': $(window).width(),
'height': $(window).height()
});
// $(window).resize(function() {
$('#loader').css( {
'width': $(window).width(),
'height': $(window).height()
});
// });
document.getElementById('loader').style.display = 'block';
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment