mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 09:44:38 +02:00
Fix issue processwire/processwire-issues#1030
This commit is contained in:
@@ -87,7 +87,9 @@ var ProcessWireAdmin = {
|
|||||||
}
|
}
|
||||||
}).on('click', '.ui-button', function() {
|
}).on('click', '.ui-button', function() {
|
||||||
$(this).removeClass("ui-state-default").addClass("ui-state-active"); // .effect('highlight', {}, 100);
|
$(this).removeClass("ui-state-default").addClass("ui-state-active"); // .effect('highlight', {}, 100);
|
||||||
}).on('click', 'a > button', function() {
|
});
|
||||||
|
/*
|
||||||
|
.on('click', 'a > button', function() {
|
||||||
var $a = $(this).parent();
|
var $a = $(this).parent();
|
||||||
var target = $a.attr('target');
|
var target = $a.attr('target');
|
||||||
if(typeof target != "undefined" && target == '_blank') {
|
if(typeof target != "undefined" && target == '_blank') {
|
||||||
@@ -97,6 +99,7 @@ var ProcessWireAdmin = {
|
|||||||
window.location = $a.attr('href');
|
window.location = $a.attr('href');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
2
wire/templates-admin/scripts/main.min.js
vendored
2
wire/templates-admin/scripts/main.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user