fixed not working reload button

This commit is contained in:
leCradle
2013-03-10 20:59:36 +01:00
parent 897ce2e9f1
commit 5e0efc501b
3 changed files with 13 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class IITC_WebViewClient extends WebViewClient {
}
}
private static void loadIITC_JS(Context c) throws java.io.IOException {
public static void loadIITC_JS(Context c) throws java.io.IOException {
InputStream input;
input = c.getAssets().open("iitc.js");