ソースを参照

删除多余的方法

笔下光年 6 年 前
コミット
d3f392406d
1 ファイル変更0 行追加9 行削除
  1. 0 9
      js/main.min.js

+ 0 - 9
js/main.min.js

@@ -134,15 +134,6 @@ jQuery( function() {
 		$("input[type='checkbox']").prop('checked', $(this).prop("checked"));
 	});
     
-    // iframe打开tab
-    $('.js-create-tab').on('click', function(){
-        parent.$(parent.document).data('multitabs').create({
-            iframe : true,
-            title : $(this).data('title') ? $(this).data('title') : '标题',
-            url : $(this).data('url') ? $(this).data('url') : 'lyear-main.html'
-        }, true);
-    })
-    
     // 设置主题配色
 	setTheme = function(input_name, data_name) {
 	    $("input[name='"+input_name+"']").click(function(){