fixing tab default + removing two calls to code.jquery.com

v1.18.x
Julian Lam 11 years ago
parent 5de6ea0d97
commit d140fa33dd

@ -7,7 +7,7 @@
var RELATIVE_PATH = "{relative_path}";
</script>
<link rel="stylesheet" href="{relative_path}/vendor/fontawesome/css/font-awesome.min.css">
<script src="//code.jquery.com/jquery.js"></script>
<script src="{relative_path}/vendor/jquery/js/jquery.js"></script>
<script src="{relative_path}/vendor/bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="{relative_path}/vendor/colorpicker/colorpicker.css">
<script src="{relative_path}/socket.io/socket.io.js"></script>
@ -34,7 +34,6 @@
}
});
</script>
<link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script src="{relative_path}/src/utils.js"></script>

@ -9,7 +9,7 @@
</ul>
<div class="tab-content">
<div class="tab-pane" id="themes">
<div class="tab-pane active" id="themes">
<h3>Installed Themes</h3>
<p>
The following themes are currently installed in this NodeBB instance.
@ -50,7 +50,7 @@
<button class="btn btn-primary" id="save">Save</button>
</div>
<div class="tab-pane active" id="widgets">
<div class="tab-pane" id="widgets">
<h3>Widgets</h3>
<div class="row">

Loading…
Cancel
Save