Add logic for beef.browser.javaEnabled function
This commit is contained in:
@@ -1951,13 +1951,8 @@ beef.browser = {
|
||||
* @example: if(beef.browser.javaEnabled()) { ... }
|
||||
*/
|
||||
javaEnabled: function () {
|
||||
//Use of deployJava defined in deployJava.js (Oracle java deployment toolkit)
|
||||
// versionJRE = deployJava.getJREs();
|
||||
|
||||
// if(versionJRE != '')
|
||||
// return true;
|
||||
// else
|
||||
return false;
|
||||
return navigator.javaEnabled();
|
||||
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user