fix bug lol
This commit is contained in:
parent
62c1ae2f8b
commit
303cf54460
40760
javascript/classes.js
40760
javascript/classes.js
File diff suppressed because it is too large
Load Diff
|
@ -15,7 +15,7 @@
|
|||
|
||||
<script type="text/javascript" src="music.js"></script>
|
||||
|
||||
<script type="text/javascript" src="classes.js?t=updateme6"></script>
|
||||
<script type="text/javascript" src="classes.js?t=updateme7"></script>
|
||||
<script type="text/javascript">
|
||||
//window.eag_self_proxy=true;//set to true to set the default proxy to the current url
|
||||
//window.eag_proxy_list="";//set to a string of comma-separated proxy ip:port combinations for a custom proxy list
|
||||
|
|
|
@ -87,7 +87,7 @@ public class EaglerAdapterImpl2 {
|
|||
@JSBody(params = { }, script = "return !!window.eag_self_proxy;")
|
||||
public static native boolean getSelfProxy();
|
||||
|
||||
@JSBody(params = { }, script = "return (window.eag_proxy_list+\"\")||\"\";")
|
||||
@JSBody(params = { }, script = "return \"\"+(window.eag_proxy_list||\"\");")
|
||||
private static native String getCustomProxyListString();
|
||||
|
||||
public static String[] getCustomProxyList(){
|
||||
|
|
Loading…
Reference in New Issue
Block a user