Skip to content

Commit

Permalink
fixed saberma#398, homepage should not show secure warning(ie6).
Browse files Browse the repository at this point in the history
  • Loading branch information
saberma committed Jan 31, 2012
1 parent 1f143d3 commit 37ae55f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/shopqi_application.js.coffee
Expand Up @@ -2,7 +2,7 @@
#=require jquery_ujs
#=require backbone_js
#=require plugins
#=require jquery.fancybox-1.3.4.pack
#=require jquery.fancybox-1.3.4
#=require jquery.quicksand
#=require backbone/shopqi
#=require utils/utils
Expand Down
Expand Up @@ -1090,7 +1090,7 @@
loading.addClass('fancybox-ie6');
wrap.addClass('fancybox-ie6');

$('<iframe id="fancybox-hide-sel-frame" src="' + (/^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank' ) + '" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(outer);
$('<iframe id="fancybox-hide-sel-frame" src="<%= asset_path 'fancybox/blank.gif' %>" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(outer);
}
};

Expand Down
46 changes: 0 additions & 46 deletions vendor/assets/javascripts/jquery.fancybox-1.3.4.pack.js

This file was deleted.

0 comments on commit 37ae55f

Please sign in to comment.