Loading templates/layouts/default.html.ep +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ %= stylesheet '/static/default.css' % if ($self->browser->mobile) { % my $force_mobile = param('force_mobile') // -1; % if ($force_mobile == 1 or ($self->browser->mobile and $force_mobile != 0)) { %= stylesheet '/static/mobile.css' % } %= javascript '/static/jquery-1.10.2.min.js' Loading Loading
templates/layouts/default.html.ep +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ %= stylesheet '/static/default.css' % if ($self->browser->mobile) { % my $force_mobile = param('force_mobile') // -1; % if ($force_mobile == 1 or ($self->browser->mobile and $force_mobile != 0)) { %= stylesheet '/static/mobile.css' % } %= javascript '/static/jquery-1.10.2.min.js' Loading