mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-25 01:04:25 -04:00
revert the creation of a global gallery3 javascript variable
This commit is contained in:
@@ -13,10 +13,6 @@
|
||||
<link rel="stylesheet" href="<?= $theme->url("jquery/superfish-navbar.css") ?>" type="text/css" media="screen,projection">
|
||||
<script src="<?= $theme->url("jquery/superfish.js") ?>"></script>
|
||||
<script type="text/javascript">
|
||||
var gallery3 = {
|
||||
base_url: "<?= url::base() ?>"
|
||||
};
|
||||
|
||||
$(document).ready(function(){
|
||||
$("ul.sf-menu").superfish({
|
||||
pathClass: 'current'
|
||||
|
||||
Reference in New Issue
Block a user