Commit 5dc2c477 by Dányi Bence

webui: whitespace fix

parent 356dddae
......@@ -218,9 +218,9 @@ var cloud = (function(cloud) {
*/
self.fadeIn = function(e) {
//firefox sucks :S
try{
try {
$(e).hide().slideDown(500);
}catch(ex){
} catch(ex) {
}
}
......
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