mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-13 08:22:52 -04:00
Update js plugins
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<![endif]-->
|
||||
<!-- start mincss template tags -->
|
||||
<link rel="stylesheet" type="text/css" href="dist/jquery-ui/jquery-ui.min.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=397f582d3d"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=b332f7b2a9"/>
|
||||
<!-- end mincss template tags -->
|
||||
|
||||
<!-- Tweaks to the UI for a particular theme should drop here -->
|
||||
@@ -84,7 +84,7 @@
|
||||
<?php } ?>
|
||||
|
||||
<!-- start minjs template tags -->
|
||||
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=b6b0c8b0c2"></script>
|
||||
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=17ddd92837"></script>
|
||||
<!-- end minjs template tags -->
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
11
bower.json
11
bower.json
@@ -24,25 +24,26 @@
|
||||
"tests"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery-form": "~4.2.2",
|
||||
"jquery-validate": "~1.17.0",
|
||||
"jquery-form": "~4.3.0",
|
||||
"jquery-validate": "~1.19.2",
|
||||
"jquery": "~2.1.4",
|
||||
"jquery-ui": "~1.11.4",
|
||||
"jquery-ui": "~1.12.1",
|
||||
"bootstrap3-dialog": "https://github.com/nakupanda/bootstrap3-dialog.git#master",
|
||||
"jasny-bootstrap": "~3.1.3",
|
||||
"bootswatch": "^3.4.1",
|
||||
"smalot-bootstrap-datetimepicker": "~2.4.4",
|
||||
"bootstrap-select": "~1.12.4",
|
||||
"bootstrap-select": "~1.13.18",
|
||||
"bootstrap-table": "~1.12.2",
|
||||
"bootstrap-daterangepicker": "~2.1.27",
|
||||
"tableExport.jquery.plugin": "1.5.1",
|
||||
"jspdf": "~1.0.272",
|
||||
"chartist": "0.9.8",
|
||||
"chartist-plugin-axistitle": "0.0.5",
|
||||
"chartist-plugin-pointlabels": "0.0.4",
|
||||
"chartist-plugin-tooltip": "https://github.com/tmmdata/chartist-plugin-tooltip.git#0.0.18",
|
||||
"chartist-plugin-barlabels": "https://github.com/mtgibbs/chartist-plugin-barlabels.git#0.0.5",
|
||||
"remarkable-bootstrap-notify": "~3.1.3",
|
||||
"js-cookie": "~2.1.4",
|
||||
"js-cookie": "~2.2.1",
|
||||
"bootstrap-tagsinput": "~0.8.0",
|
||||
"bootstrap-toggle": "^2.2.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user