mirror of
https://github.com/jlgarridol/Modalizer.js.git
synced 2026-03-18 16:22:09 +01:00
Repaired bug in links
This commit is contained in:
@@ -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)
|
||||
*/
|
||||
body {
|
||||
|
||||
@@ -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)
|
||||
*/
|
||||
|
||||
@@ -152,9 +152,9 @@ if (typeof $().modal != 'function') {
|
||||
})
|
||||
});
|
||||
|
||||
$("#MOD_supreme-container").click(function(e){
|
||||
/*$("#MOD_supreme-container").click(function(e){
|
||||
e.preventDefault();
|
||||
})
|
||||
});*/
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user