Browse Source

Merge remote-tracking branch 'origin/develop' into develop

xieruidong 2 năm trước cách đây
mục cha
commit
c343dacdf1
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/admin/view/teaching_knowledge/form.html

+ 2 - 1
app/admin/view/teaching_knowledge/form.html

@@ -82,7 +82,8 @@
             {
                 FieldCount++;
                 //add input box
-                $(InputsWrapper).append('<span><input type="text" name="mytext[]" id="field_'+ FieldCount +'" value="" style="width:400px;"/><a href="#" class="removeclass">×</a>&nbsp;&nbsp;</span>');
+               // $(InputsWrapper).append('<span><input type="text" name="mytext[]" id="field_'+ FieldCount +'" value="" style="width:400px;"/><a href="#" class="removeclass">×</a>&nbsp;&nbsp;</span>');
+                $(InputsWrapper).append('2222');
                 x++; //text box increment
             }
             return false;