Skip to content

Commit

Permalink
FIX: Update Core Template
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Feb 5, 2023
1 parent 28dcb29 commit 2b36eb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Template/layout/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
data-login-url="<?= $this->url->href('AuthController', 'login') ?>"
data-keyboard-shortcut-url="<?= $this->url->href('DocumentationController', 'shortcuts') ?>"
data-timezone="<?= $this->app->getTimezone() ?>"
data-js-lang="<?= $this->app->jsLang() ?>"
data-js-date-format="<?= $this->app->getJsDateFormat() ?>"
data-js-time-format="<?= $this->app->getJsTimeFormat() ?>"
data-js-modal-close-msg="<?= t('Close window?\\n\\nChanges that you made have not been saved.') ?>"
Expand Down

0 comments on commit 2b36eb1

Please sign in to comment.