Browse Source

Use single quotes

pull/4256/head
Ruud 11 years ago
parent
commit
38c6266f9c
  1. 2
      couchpotato/static/scripts/page/settings.js

2
couchpotato/static/scripts/page/settings.js

@ -888,7 +888,7 @@ Option.Directory = new Class({
//fix for webkit type browsers to refresh the dom for the file browser
//http://stackoverflow.com/questions/3485365/how-can-i-force-webkit-to-redraw-repaint-to-propagate-style-changes
self.dir_list.setStyle("webkitTransform", "scale(1)")
self.dir_list.setStyle('webkitTransform', 'scale(1)');
self.caretAtEnd();
},

Loading…
Cancel
Save