mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 02:07:21 +02:00
Fix issue with selector
Refs https://stackoverflow.com/questions/13438945/jquery-tools-error-uncaught -error-syntax-error-unrecognized-expression-href
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