Needed to kill objToQuery.
parent
e8226f9d40
commit
785a35a81a
|
@ -358,14 +358,6 @@ module Msf
|
||||||
<%= js_misc_addons_detect %>
|
<%= js_misc_addons_detect %>
|
||||||
<%= js_ie_addons_detect if os == OperatingSystems::WINDOWS and client == HttpClients::IE %>
|
<%= 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() {
|
window.onload = function() {
|
||||||
var osInfo = window.os_detect.getVersion();
|
var osInfo = window.os_detect.getVersion();
|
||||||
var d = {
|
var d = {
|
||||||
|
|
Loading…
Reference in New Issue