@@ -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()});