改造 メニューから戻る

kag.layer.js
 
  init: function() {
   var that = this;
   var layer_obj_click = $("");
   layer_obj_click.css("width", this.kag.config.scWidth).css("height", this.kag.config.scHeight).css("position", "absolute");
   layer_obj_click.click(function(e) {
    if (that.kag.stat.is_skip == true) that.kag.stat.is_skip =
      false;
    if (that.kag.stat.is_adding_text == true) {
      that.kag.stat.is_click_text = true;
      return
      }
    if (that.kag.stat.is_click_text == true) return;
    if (that.kag.stat.is_stop == true) return;
    if (that.kag.stat.is_hide_message == true){
      that.showMessageLayers();
      return;
      }
      that.kag.ftag.nextOrder()
     });

  • 最終更新:2015-10-26 16:31:50

このWIKIを編集するにはパスワード入力が必要です

認証パスワード