MDL-28019 tinymce managefiles: change tabs to spaces
authorDamyon Wiese <damyon@moodle.com>
Tue, 23 Jul 2013 06:14:08 +0000 (14:14 +0800)
committerDamyon Wiese <damyon@moodle.com>
Tue, 23 Jul 2013 06:14:08 +0000 (14:14 +0800)
lib/editor/tinymce/plugins/managefiles/tinymce/editor_plugin.js

index e988233..d94cc5e 100644 (file)
@@ -23,8 +23,8 @@
                     src = items[i].getAttribute('src').replace(/\?\d+$/, '');
                     items[i].setAttribute('src', src+'?'+(new Date().getTime()))
                 }
-               ed.execCommand('mceRepaint');
-               ed.focus();
+                ed.execCommand('mceRepaint');
+                ed.focus();
             });
 
             ed.addCommand('mceMaximizeWindow', function(w) {