mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
Fix double submit issue (#1309)
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="dist/style.css"/>
|
||||
<!-- end mincss template tags -->
|
||||
<!-- start minjs template tags -->
|
||||
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=cb34f35a8d"></script>
|
||||
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=406c44e716"></script>
|
||||
<!-- end minjs template tags -->
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"jquery-validate": "~1.13.1",
|
||||
"jquery": "~1.12.4",
|
||||
"jquery-ui": "1.11.4",
|
||||
"bootstrap3-dialog": "bootstrap-dialog#^1.35.3",
|
||||
"bootstrap3-dialog": "https://github.com/jekkos/bootstrap3-dialog.git#master",
|
||||
"jasny-bootstrap": "^3.1.3",
|
||||
"bootswatch": "^3.3.7",
|
||||
"smalot-bootstrap-datetimepicker": "^2.4.4",
|
||||
|
||||
44
public/dist/opensourcepos.min.js
vendored
44
public/dist/opensourcepos.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
||||
],
|
||||
"homepage": "http://silviomoreto.github.io/bootstrap-select"
|
||||
},
|
||||
"bootstrap3-dialog@1.35.4": {
|
||||
"bootstrap3-dialog@undefined": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
@@ -71,18 +71,18 @@
|
||||
"licenses": "UNKNOWN",
|
||||
"homepage": "https://github.com/malsup/form"
|
||||
},
|
||||
"jspdf@1.0.272": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "https://github.com/mrrio/jspdf"
|
||||
},
|
||||
"js-cookie@2.1.4": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "https://github.com/js-cookie/js-cookie"
|
||||
},
|
||||
"jspdf@1.0.272": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "https://github.com/mrrio/jspdf"
|
||||
},
|
||||
"moment@2.18.1": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
@@ -109,13 +109,6 @@
|
||||
"homepage": "https://github.com/dangrossman/bootstrap-daterangepicker",
|
||||
"repository": "git+https://github.com/dangrossman/bootstrap-daterangepicker"
|
||||
},
|
||||
"html2canvas@0.4.1": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "https://github.com/niklasvh/html2canvas",
|
||||
"repository": "git+ssh://git@github.com/niklasvh/html2canvas"
|
||||
},
|
||||
"bootstrap-table@undefined": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
@@ -131,12 +124,12 @@
|
||||
"homepage": "https://github.com/jasny/bootstrap",
|
||||
"repository": "git+https://github.com/jasny/bootstrap"
|
||||
},
|
||||
"jquery-validation@1.13.1": {
|
||||
"html2canvas@0.4.1": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"repository": "https://github.com/jzaefferer/jquery-validation",
|
||||
"homepage": "http://jqueryvalidation.org/"
|
||||
"homepage": "https://github.com/niklasvh/html2canvas",
|
||||
"repository": "git+ssh://git@github.com/niklasvh/html2canvas"
|
||||
},
|
||||
"jspdf-autotable@2.0.14": {
|
||||
"licenses": [
|
||||
@@ -152,6 +145,13 @@
|
||||
"homepage": "http://bootstrap-notify.remabledesigns.com/",
|
||||
"repository": "https://github.com/mouse0270/bootstrap-notify"
|
||||
},
|
||||
"jquery-validation@1.13.1": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"repository": "https://github.com/jzaefferer/jquery-validation",
|
||||
"homepage": "http://jqueryvalidation.org/"
|
||||
},
|
||||
"smalot-bootstrap-datetimepicker@2.4.4": {
|
||||
"licenses": [
|
||||
"Apache 2.0",
|
||||
|
||||
Reference in New Issue
Block a user