<application android:icon="@drawable/icon" android:label="@string/app_name"
- android:debuggable="true">
+ android:debuggable="false">
<activity android:name=".Catalogue"
android:label="@string/app_name" android:configChanges="orientation|keyboardHidden">
<intent-filter>
var WL = 'http://www.wolnelektury.pl';
+// disable debugging
+console.log = function(text) {};
+
+
function onLoad() {
console.log('onLoad');
document.addEventListener("deviceready", onDeviceReady, false);
return Math.round(size*10)/10 + ' ' + unit;
}
return Math.round(size) + ' ' + unit;
-}
+};