Skip to content

Commit

Permalink
Dev: Re-add /
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 12, 2016
1 parent fb87e30 commit a04d582
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/views/layouts/installer.php
Expand Up @@ -11,10 +11,10 @@
<?php
App()->getClientScript()->registerPackage('jqueryui');
App()->bootstrap->register();
App()->getClientScript()->registerCssFile(App()->baseUrl . 'styles/Sea_Green/css/lime-admin.css');
App()->getClientScript()->registerCssFile(App()->baseUrl . 'installer/css/main.css');
App()->getClientScript()->registerCssFile(App()->baseUrl . 'installer/css/fonts.css');
App()->getClientScript()->registerCssFile(App()->baseUrl . 'third_party/font-awesome/css/font-awesome.min.css');
App()->getClientScript()->registerCssFile(App()->baseUrl . '/styles/Sea_Green/css/lime-admin.css');
App()->getClientScript()->registerCssFile(App()->baseUrl . '/installer/css/main.css');
App()->getClientScript()->registerCssFile(App()->baseUrl . '/installer/css/fonts.css');
App()->getClientScript()->registerCssFile(App()->baseUrl . '/installer/css/font-awesome.css');

$script = "$(function() {
$('.on').animate({
Expand Down

0 comments on commit a04d582

Please sign in to comment.