Needed to kill objToQuery.

bug/bundler_fix
Joe Vennix 2014-03-02 19:48:55 -06:00
parent e8226f9d40
commit 785a35a81a
1 changed files with 0 additions and 8 deletions

View File

@ -358,14 +358,6 @@ module Msf
<%= js_misc_addons_detect %>
<%= js_ie_addons_detect if os == OperatingSystems::WINDOWS and client == HttpClients::IE %>
function objToQuery(obj) {
var q = [];
for (var key in obj) {
q.push(encodeURIComponent(key) + '=' + encodeURIComponent(obj[key]));
}
return Base64.encode(q.join('&'));
}
window.onload = function() {
var osInfo = window.os_detect.getVersion();
var d = {