Skip to content

Commit 918a88d

Browse files
committed
fix: avoid caps in filenames
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 4ddb6e8 commit 918a88d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

js/scripts.js.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ function formcreatorShowFields(form) {
630630
} else {
631631
$('div[data-section-id="' + sectionId+ '"]').hide();
632632
}
633-
}
633+
}
634634
}
635635
var i = 0;
636636
for (var questionKey in questionToShow) {
@@ -824,7 +824,7 @@ function plugin_formcreator_changeDropdownItemtype(rand) {
824824
$('.plugin_formcreator_dropdown_ticket').toggle(showTicketCategorySpecific);
825825

826826
$.ajax({
827-
url: rootDoc + '/plugins/formcreator/ajax/commonTree.php',
827+
url: rootDoc + '/plugins/formcreator/ajax/commontree.php',
828828
type: 'GET',
829829
data: {
830830
itemtype: dropdown_type,

0 commit comments

Comments
 (0)