Skip to content

Commit

Permalink
fix: avoid caps in filenames
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 15, 2020
1 parent 4ddb6e8 commit 918a88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions js/scripts.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ function formcreatorShowFields(form) {
} else {
$('div[data-section-id="' + sectionId+ '"]').hide();
}
}
}
}
var i = 0;
for (var questionKey in questionToShow) {
Expand Down Expand Up @@ -824,7 +824,7 @@ function plugin_formcreator_changeDropdownItemtype(rand) {
$('.plugin_formcreator_dropdown_ticket').toggle(showTicketCategorySpecific);

$.ajax({
url: rootDoc + '/plugins/formcreator/ajax/commonTree.php',
url: rootDoc + '/plugins/formcreator/ajax/commontree.php',
type: 'GET',
data: {
itemtype: dropdown_type,
Expand Down

0 comments on commit 918a88d

Please sign in to comment.