Skip to content

Commit

Permalink
oops MSIE
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Aug 24, 2014
1 parent 7047785 commit 6867a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vgps3/plugins/doarama/doarama.js
Expand Up @@ -97,7 +97,7 @@ vgps3.doarama.Doarama.prototype.disposeInternal = function() {
* @private
*/
vgps3.doarama.Doarama.prototype.show_ = function(event) {
if (navigator.userAgent.indexOf('MSIE') > -1) {
if (navigator.userAgent.indexOf('MSIE') == -1) {
if (this.iframe_.src != this.doaramaUrl_) {
this.iframe_.src = this.doaramaUrl_;
}
Expand Down

0 comments on commit 6867a79

Please sign in to comment.