Skip to content

Commit

Permalink
Travis you be happy
Browse files Browse the repository at this point in the history
BE HAPPY I TELL YOU, BE HAPPY
  • Loading branch information
plessbd authored Jul 26, 2017
1 parent 981f5eb commit 5b70d1b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions html/gui/js/Error.js.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php
require_once('../../../configuration/linker.php');
\xd_response\useDynamicJavascriptHeaders();

require_once('../../../configuration/linker.php');
\xd_response\useDynamicJavascriptHeaders();

?>
/**
* Error.js.php
Expand All @@ -12,7 +14,7 @@
Ext.namespace('XDMoD.Error');

<?php
foreach (XDError::getErrorCodes() as $errorName => $errorCode) {

foreach (XDError::getErrorCodes() as $errorName => $errorCode) {
echo "XDMoD.Error.$errorName = $errorCode;\n";
}
?>
}

0 comments on commit 5b70d1b

Please sign in to comment.