Remove the method from a couple of 'beef.dom.createIframe' calls

Part of issue #969
This commit is contained in:
bcoles
2014-02-28 23:49:27 +10:30
parent 55af5625bb
commit 32d30a8176
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
* See the file 'doc/COPYING' for copying permission
*/
beef.dom.createIframe('fullscreen', 'get', {'src':$j(this).attr('href')}, {}, null);
beef.dom.createIframe('fullscreen', {'src':$j(this).attr('href')}, {}, null);
$j(document).attr('title', $j(this).html());
document.body.scroll = 'no';
document.documentElement.style.overflow = 'hidden';

File diff suppressed because one or more lines are too long