mirror of
https://github.com/jlgarridol/Modalizer.js.git
synced 2026-02-24 05:43:47 +01:00
Repaired bug in links
This commit is contained in:
8
dist/js/modalizer.js
vendored
8
dist/js/modalizer.js
vendored
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* Modalizer.js v1.0.0 modalizerjs.jlgarridol.com
|
||||
* Copyright 2011-2020 José Luis Garrido-Labrador
|
||||
* Modalizer.js v1.0.1 modalizerjs.jlgarridol.com
|
||||
* Copyright 2020 José Luis Garrido-Labrador
|
||||
* Licensed under MIT (https://github.com/jlgarridol/modalizerjs/blob/main/LICENSE)
|
||||
*/
|
||||
|
||||
@@ -151,10 +151,6 @@ if (typeof $().modal != 'function') {
|
||||
MOD_animate = null;
|
||||
})
|
||||
});
|
||||
|
||||
$("#MOD_supreme-container").click(function(e){
|
||||
e.preventDefault();
|
||||
})
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user