Skip to content

Commit

Permalink
Minified CSS are now used
Browse files Browse the repository at this point in the history
  • Loading branch information
ToX82 committed Sep 6, 2015
1 parent 2e24563 commit bc49e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookiebar-latest.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function setupCookieBar() {
var path = scriptPath.replace(/[^\/]*$/, '');
var stylesheet = document.createElement('link');
stylesheet.setAttribute('rel', 'stylesheet');
stylesheet.setAttribute('href', path + 'cookiebar' + theme + '.css');
stylesheet.setAttribute('href', path + 'cookiebar' + theme + '.min.css');
document.head.appendChild(stylesheet);

// Load the correct language messages file and set some variables
Expand Down

0 comments on commit bc49e1a

Please sign in to comment.