mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 00:46:36 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -280,7 +280,7 @@ $(function(){
|
||||
confirm.open();
|
||||
});
|
||||
|
||||
$('a[href]:not([href^=#])').on('click', function(e){
|
||||
$('a[href]:not([href^="#"])').on('click', function(e){
|
||||
if (root.currentValues != getState()){
|
||||
e.preventDefault();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user