We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddb6e8 commit 918a88dCopy full SHA for 918a88d
ajax/commonTree.php renamed to ajax/commontree.php
js/scripts.js.php
@@ -630,7 +630,7 @@ function formcreatorShowFields(form) {
630
} else {
631
$('div[data-section-id="' + sectionId+ '"]').hide();
632
}
633
- }
+ }
634
635
var i = 0;
636
for (var questionKey in questionToShow) {
@@ -824,7 +824,7 @@ function plugin_formcreator_changeDropdownItemtype(rand) {
824
$('.plugin_formcreator_dropdown_ticket').toggle(showTicketCategorySpecific);
825
826
$.ajax({
827
- url: rootDoc + '/plugins/formcreator/ajax/commonTree.php',
+ url: rootDoc + '/plugins/formcreator/ajax/commontree.php',
828
type: 'GET',
829
data: {
830
itemtype: dropdown_type,
0 commit comments