Browse Source

Whitespace correction

Cqoicebordel 10 years ago
parent
commit
b918cd2b8e

File diff suppressed because it is too large
+ 1 - 1
searx/static/themes/oscar/js/searx.min.js


+ 3 - 3
searx/static/themes/oscar/js/searx_src/element_modifiers.js

@@ -70,10 +70,10 @@ $(document).ready(function(){
     $('.media-loader').click(function() {
         var target = $(this).data('target');
         var iframe_load = $(target + ' > iframe');
-		var srctest = iframe_load.attr('src');
-		if(srctest === undefined || srctest === false){
+        var srctest = iframe_load.attr('src');
+        if(srctest === undefined || srctest === false){
             iframe_load.attr('src', iframe_load.data('src'));
-		}
+        }
     });
     
     /**

Some files were not shown because too many files changed in this diff