Changeset 1910110
- Timestamp:
- 07/17/2018 03:38:59 AM (8 years ago)
- File:
-
- 1 edited
-
forms-3rdparty-integration/trunk/plugin.admin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
forms-3rdparty-integration/trunk/plugin.admin.js
r1289830 r1910110 75 75 updateClonedRow: function(newid, $clone, regex) { 76 76 //reset clone values and update indices 77 $clone.find('input,select ').each(function(i, o){77 $clone.find('input,select,textarea').each(function(i, o){ 78 78 var $o = $(o) 79 79 , id = $o.attr('id').split('-')
Note: See TracChangeset
for help on using the changeset viewer.