|
|
@@ -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(){
|