added local spectrum
This commit is contained in:
@@ -44,7 +44,7 @@ scratch. This page gets rid of all links and provides the needed markup only.
|
||||
<!-- jquery-ui -->
|
||||
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
||||
{{-- spectrum --}}
|
||||
<link rel="stylesheet" href="http://bgrins.github.io/spectrum/spectrum.css">
|
||||
<link rel="stylesheet" href="{{ asset('/assets/spectrum/spectrum.css') }}">
|
||||
|
||||
<style>
|
||||
/* .store-password-field {
|
||||
@@ -229,7 +229,7 @@ desired effect
|
||||
<!-- Bootstrap 3.3.7 -->
|
||||
<script src="{{ asset('/bower_components/bootstrap/dist/js/bootstrap.min.js') }}"></script>
|
||||
{{-- spectrum --}}
|
||||
<script src="http://bgrins.github.com/spectrum/spectrum.js"></script>
|
||||
<script src="{{ asset('/assets/spectrum/spectrum.js') }}"></script>
|
||||
<!-- DataTables -->
|
||||
<script src="{{ asset('/bower_components/datatables.net/js/jquery.dataTables.min.js') }}"></script>
|
||||
<script src="{{ asset('/bower_components/datatables.net-bs/js/dataTables.bootstrap.min.js') }}"></script>
|
||||
|
||||
Reference in New Issue
Block a user