Remove the method from a couple of 'beef.dom.createIframe' calls
Part of issue #969
This commit is contained in:
@@ -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
Reference in New Issue
Block a user