Commit f6884f42 by Dányi Bence

webui: whitespace fix

parent 88db6961
...@@ -472,7 +472,7 @@ var cloud = (function(cloud) { ...@@ -472,7 +472,7 @@ var cloud = (function(cloud) {
loadFolder(self.currentPath()); loadFolder(self.currentPath());
} }
var model = new Model(); var model = new Model();
$(function(){ $(function() {
ko.applyBindings(model); ko.applyBindings(model);
}); });
document.addEventListener('dragenter', function(e) { document.addEventListener('dragenter', function(e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment