phcthemes_admin_panel_pack 4.0.5 → 4.0.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dba1760a31f0169f5ca54667addae95b8cc6094d6b476bee23581722b71fbc9d
|
4
|
+
data.tar.gz: 6c2bfa9d7912673c6eb19880c96a5cdaa130ed64de43c5f070df9af4896e0df8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82d50ec1967d7007971e8f5fd7b5338b6123bbe6adccd7f69bb79e8472a71fe1ec9acc1cb89af9c0865977db71608452d539d7e8214796505d6e03bcc168edf7
|
7
|
+
data.tar.gz: 62dcd6ee9eb5d60a2d4307d4c41c1632a04f4b5a26180dbdc2c5fcb80fa831b60b05d1138af805a510b296eb9c4bb394b2bfd004da65756c26cd3eba50042376
|
@@ -1,3 +1,9 @@
|
|
1
1
|
//= link_tree ../images
|
2
2
|
//= link_directory ../javascripts .js
|
3
3
|
//= link_directory ../stylesheets .scss
|
4
|
+
//= link phcthemes_admin_panel_pack_coloradmin.css
|
5
|
+
//= link phcthemes_admin_panel_pack_coloradmin.js
|
6
|
+
//= link phcthemes_admin_panel_pack_metronic.css
|
7
|
+
//= link phcthemes_admin_panel_pack_metronic.js
|
8
|
+
//= link phcthemes_web_theme_pack_antlr.css
|
9
|
+
//= link phcthemes_web_theme_pack_antlr.js
|
@@ -3,12 +3,6 @@
|
|
3
3
|
//= require themes/metronic/theme/plugins.bundle.js
|
4
4
|
//= require jquery-ui
|
5
5
|
//= require themes/metronic/theme/prismjs.bundle.js
|
6
|
-
//= require common/datatables/datatables.js
|
7
|
-
//= require common/jquery-jeditable/jquery.jeditable.js
|
8
|
-
//= require common/jquery-jeditable/jquery.jeditable.datepicker.js
|
9
|
-
//= require common/jquery-jeditable/jquery.jeditable.checkbox.js
|
10
|
-
//= require common/jquery-jeditable/jquery.jeditable.masked.js
|
11
|
-
//= require common/jquery-jeditable/jquery.jeditable.time.js
|
12
6
|
//= require themes/metronic/theme/scripts.bundle.js
|
13
7
|
//= require themes/metronic/theme/widgets.js
|
14
8
|
//= require rails_sortable
|