Просмотр исходного кода

More debugging output for formPortal

Andrej Studen 3 лет назад
Родитель
Сommit
4f63464972
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      web/crf/formPortal.js

+ 1 - 0
web/crf/formPortal.js

@@ -414,6 +414,7 @@ function fcontinue2(){
 		}
 		print('finished checking existing forms');
 		//only those that are allowed to create formsa
+		print('Status: '+qForm[creatorModeColumn]);
 		if (qForm[creatorModeColumn]!='TRUE') continue;
 
 		let fbox=config.document.createElement("div");