You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/05/08 21:10:26 UTC

spec commit: CB-8727 Fix failing WebSQL test on Android 5.1

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master 7254f836c -> ca815abbb


CB-8727 Fix failing WebSQL test on Android 5.1


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/ca815abb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/ca815abb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/ca815abb

Branch: refs/heads/master
Commit: ca815abbb06ff3b669785fac27be9df2f4ff3e8e
Parents: 7254f83
Author: Karen Tran <kt...@gmail.com>
Authored: Sun Mar 22 00:19:06 2015 -0400
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri May 8 12:09:07 2015 -0700

----------------------------------------------------------------------
 www/sql/index.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/ca815abb/www/sql/index.js
----------------------------------------------------------------------
diff --git a/www/sql/index.js b/www/sql/index.js
index b5d5653..d0a953d 100644
--- a/www/sql/index.js
+++ b/www/sql/index.js
@@ -98,7 +98,6 @@ function increaseQuota(index) {
 var databaseOutput = function(s) {
     var el = document.getElementById("database_results");
     el.innerHTML = el.innerHTML + s + "<br>";
-    el.scrollByLines(20000);
 };
 
 /**


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org