관리-도구
편집 파일: imasdk.ima3.play.js
$(document).ready(function() { $('.gamePlay-icon, .gamePlay-button').click(function(e) { $("#gamePlay-content").hide(); $("#game-preloading").show(); setTimeout( function() { $("#game-preloading").hide(); }, 550); }); });