Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Workaround for HTTPs warning in IE6/7
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Jul 20, 2009
1 parent 53923bf commit 5d0c13e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/MooEditable/MooEditable.js
Expand Up @@ -98,6 +98,7 @@ var MooEditable = new Class({
// Build the iframe
this.iframe = new IFrame({
'class': 'mooeditable-iframe',
src: 'javascript:""', // Workaround for HTTPs warning in IE6/7
styles: {
height: dimensions.y
}
Expand Down

0 comments on commit 5d0c13e

Please sign in to comment.