added local spectrum

This commit is contained in:
franknstayn
2021-05-11 19:23:26 +08:00
parent 7982c4cf4c
commit 8da18d35f7
58 changed files with 63344 additions and 2 deletions

View File

@@ -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>