rabin 3 vuotta sitten
vanhempi
commit
96883e3a25
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      assets/lib/manage/main.js

+ 2 - 1
assets/lib/manage/main.js

@@ -2208,7 +2208,8 @@ function fastEdit(e, url, title, col, index, type)
 		var valid = '';
 		var action = '';
 
-		if ($(t).find('form').length && !$(t).find('#form1').length) {
+		//if ($(t).find('form').length && !$(t).find('#form1').length) {
+		if ($(t).find('form').length) {
 			if ($(t).find('form').length > 1) {
 				var form = $(t).find('form').eq(1);
 				form.addClass('layui-card-body');