Skip to content

Commit

Permalink
fix(question): extra slash when requesting questions for the form
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jul 17, 2020
1 parent 3b6cd24 commit b3a250f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scripts.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ function buildTiles(list) {
}
});
$.get({
url: formcreatorRootDoc + '//ajax/question_get.php',
url: formcreatorRootDoc + '/ajax/question_get.php',
dataType: 'json',
data: {
id: sectionId,
Expand Down

0 comments on commit b3a250f

Please sign in to comment.