Skip to content

Commit

Permalink
Rename var
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Dec 13, 2021
1 parent aff0dfc commit 15aaf0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/generatecri.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,9 @@ function showWizard($ticket, $entities) {
} else {
echo Html::hidden('has_task', ['value' => false]);
}
$rootdoc = PLUGIN_MANAGEENTITIES_WEBDIR;
$root_manageentities_doc = PLUGIN_MANAGEENTITIES_WEBDIR;
echo "<script>
var root_doc = '$rootdoc';
var root_manageentities_doc = '$root_manageentities_doc';
$(document).ready(function() {
let storedTasks = $task_stored;
addTaskOnView(true, storedTasks);
Expand Down

0 comments on commit 15aaf0e

Please sign in to comment.