mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 12:57:32 -04:00
Fix attributes submit error (#2201)
This commit is contained in:
@@ -104,7 +104,7 @@ $(document).ready(function()
|
||||
{
|
||||
var is_event = typeof(value) !== 'string';
|
||||
|
||||
if (!$('#attribute_form').valid())
|
||||
if ($("#definition_value").val().match(/(\||:)/g) != null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery-form": "~4.2.2",
|
||||
"jquery-validate": "~1.14.0",
|
||||
"jquery-validate": "~1.17.0",
|
||||
"jquery": "~2.1.4",
|
||||
"jquery-ui": "~1.11.4",
|
||||
"bootstrap3-dialog": "https://github.com/nakupanda/bootstrap3-dialog.git#master",
|
||||
|
||||
Reference in New Issue
Block a user