Skip to content

Commit

Permalink
Update AddClientAssets.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ardacebi authored Aug 4, 2018
1 parent 77607fe commit 3a86763
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Listeners/AddClientAssets.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ public function configureWebApp(ConfigureWebApp $event)

if ($event->isForum()) {
$event->addAssets([
__DIR__.'/../../js/forum/dist/extension.js',
__DIR__.'/../../resources/less/app.less',

]);
$event->addBootstrapper('extum/flarum-ext-old-title/main');
}
}

Expand Down

0 comments on commit 3a86763

Please sign in to comment.