diff --git a/public/Forwarder/warehousenote.html b/public/Forwarder/warehousenote.html index 92c2a15..7295316 100644 --- a/public/Forwarder/warehousenote.html +++ b/public/Forwarder/warehousenote.html @@ -561,7 +561,7 @@
- +
@@ -589,26 +589,34 @@
+

+
+ +
+
+ +
+ +
+
+
+
- - - -
-
-
- -
- -
- +
+ + +
+ +
+
-
- -
+
+ +

- Add Variation + Add New Field

-
-
- -
- -
-
+
+
+
+
+
+ + +
@@ -649,7 +658,7 @@ -->
-
+
@@ -1100,10 +1109,12 @@ - + + + diff --git a/public/assets/pages/scripts/form-repeater.js b/public/assets/pages/scripts/form-repeater.js index 4a7d267..6d14f84 100644 --- a/public/assets/pages/scripts/form-repeater.js +++ b/public/assets/pages/scripts/form-repeater.js @@ -3,7 +3,7 @@ var FormRepeater = function () { return { //main function to initiate the module init: function () { - $('.repeater').each(function(){ + $('.mt-repeater').each(function(){ $(this).repeater({ show: function () { $(this).slideDown(); diff --git a/public/assets/pages/scripts/form-repeater.min.js b/public/assets/pages/scripts/form-repeater.min.js index fe213dd..e834c0a 100644 --- a/public/assets/pages/scripts/form-repeater.min.js +++ b/public/assets/pages/scripts/form-repeater.min.js @@ -1 +1 @@ -var FormRepeater=function(){return{init:function(){$(".repeater").each(function(){$(this).repeater({show:function(){$(this).slideDown(),$(".date-picker").datepicker({rtl:App.isRTL(),orientation:"left",autoclose:!0})},hide:function(e){confirm("Are you sure you want to delete this element?")&&$(this).slideUp(e)},ready:function(e){}})})}}}();jQuery(document).ready(function(){FormRepeater.init()}); +var FormRepeater=function(){return{init:function(){$(".mt-repeater").each(function(){$(this).repeater({show:function(){$(this).slideDown(),$(".date-picker").datepicker({rtl:App.isRTL(),orientation:"left",autoclose:!0})},hide:function(e){confirm("Are you sure you want to delete this element?")&&$(this).slideUp(e)},ready:function(e){}})})}}}();jQuery(document).ready(function(){FormRepeater.init()});