Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eeacad
)
MDL-44507 filemanger: fix coding style
author
Dan Poltawski
<dan@moodle.com>
Wed, 9 Apr 2014 04:00:31 +0000
(12:00 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Wed, 9 Apr 2014 04:10:30 +0000
(12:10 +0800)
lib/form/filemanager.js
patch
|
blob
|
blame
|
history
diff --git
a/lib/form/filemanager.js
b/lib/form/filemanager.js
index
9d93dc6
..
7f271b3
100644
(file)
--- a/
lib/form/filemanager.js
+++ b/
lib/form/filemanager.js
@@
-368,7
+368,7
@@
M.form_filemanager.init = function(Y, options) {
var scope = this;
var image_downloading = this.filemanager.one('.fp-img-downloading');
- if (image_downloading.getStyle('display')
=='inline')
{
+ if (image_downloading.getStyle('display')
== 'inline')
{
return;
}
image_downloading.setStyle('display', 'inline');