1
0
Fork 0
mirror of https://github.com/searxng/searxng.git synced 2025-04-23 11:54:08 +00:00

Whitespace correction

This commit is contained in:
Cqoicebordel 2015-01-05 02:09:11 +01:00
parent 4a195e0b28
commit b918cd2b8e
2 changed files with 4 additions and 4 deletions
searx/static/themes/oscar/js

File diff suppressed because one or more lines are too long

View file

@ -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'));
}
}
});
/**