mirror of
https://github.com/moparisthebest/PhoneGap-SQLitePlugin-Android
synced 2024-11-22 08:52:14 -05:00
Fix DroidGap/lawnchair-adapter-test/www/index.html to omit extra test
This commit is contained in:
parent
813ba2b8b7
commit
0aff2f23f7
@ -71,6 +71,8 @@ function start1() {
|
|||||||
document.addEventListener("deviceready", startTests, false);
|
document.addEventListener("deviceready", startTests, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
|
||||||
function init1test() {
|
function init1test() {
|
||||||
//alert("alert 0");
|
//alert("alert 0");
|
||||||
}
|
}
|
||||||
@ -82,6 +84,7 @@ function init1test() {
|
|||||||
// PhoneGap is ready
|
// PhoneGap is ready
|
||||||
//
|
//
|
||||||
function onDeviceReady() {
|
function onDeviceReady() {
|
||||||
|
//var db = window.sqlitePlugin.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
|
||||||
var db = window.my_openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
|
var db = window.my_openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
|
||||||
|
|
||||||
db.transaction(function(tx) {
|
db.transaction(function(tx) {
|
||||||
@ -135,6 +138,7 @@ alert("a 7");
|
|||||||
function successCB() {
|
function successCB() {
|
||||||
alert("success!");
|
alert("success!");
|
||||||
}
|
}
|
||||||
|
**/
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user