Skip to content

Commit

Permalink
Revert "Dev: Fixed issue #09912: All view broken JS and/or CSS"
Browse files Browse the repository at this point in the history
This reverts commit 5115ce2.
  • Loading branch information
SamMousa committed Sep 23, 2015
1 parent 2bee755 commit 18b92b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/config/internal.php
Expand Up @@ -149,7 +149,7 @@
'params' => [
'version' => require __DIR__ . '/version.php',
'updateServer' => 'http://lsupdate.befound.nl/updates/',
'bower-asset' => 'application/vendor/bower-asset'
'bower-asset' => 'components'
]

);
Expand Down
2 changes: 1 addition & 1 deletion application/config/third_party.php
@@ -1,7 +1,7 @@
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

// This should use app->params[bower-asset] but that's not yet avialable at this point.
$bowerAssetPath = 'application/vendor/bower-asset';
$bowerAssetPath = 'components';
/**
* This file contains package definition for third party libraries.
* Defining them here allows for easy inclusion in views.
Expand Down

0 comments on commit 18b92b1

Please sign in to comment.