user plugins back to top + use header categories

This commit is contained in:
Philipp Schaefer
2013-09-12 12:07:32 +02:00
parent 63467df342
commit aa219300f8
6 changed files with 248 additions and 30 deletions

View File

@ -187,9 +187,9 @@ public class IITC_WebViewClient extends WebViewClient {
+ plugin, false);
else
js += this.removePluginWrapper("plugins/" + plugin, true);
// load additional iitc plugins
// load user iitc plugins
} else {
Log.d("iitcm", "adding additional plugin " + plugin);
Log.d("iitcm", "adding user plugin " + plugin);
js += this.removePluginWrapper(plugin, false);
}
}