mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 09:14:58 +02:00
Fix issue processwire/processwire-issues#1030
This commit is contained in:
@@ -87,7 +87,9 @@ var ProcessWireAdmin = {
|
||||
}
|
||||
}).on('click', '.ui-button', function() {
|
||||
$(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 target = $a.attr('target');
|
||||
if(typeof target != "undefined" && target == '_blank') {
|
||||
@@ -97,6 +99,7 @@ var ProcessWireAdmin = {
|
||||
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