patch foundation-6.2.3 to work with jquery-3.1
This commit is contained in:
@@ -286,7 +286,7 @@ class Comanche {
|
||||
$path = 'library/bootstrap/js/bootstrap.min.js';
|
||||
break;
|
||||
case 'foundation':
|
||||
$path = 'library/foundation/js/foundation.min.js';
|
||||
$path = 'library/foundation/js/foundation.js';
|
||||
$init = "\r\n" . '<script>$(document).ready(function() { $(document).foundation(); });</script>';
|
||||
break;
|
||||
}
|
||||
@@ -458,4 +458,4 @@ class Comanche {
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user