File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 11tests /integration /deps /* .js
2- tests /integration /cordova /** /* .js
32tests /performance-bundle.js
43tests /fuzzy /seedrandom.min.js
54tests /integration /utils-bundle.js
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ coverage
1111bower_components
1212.idea /
1313.vscode /
14- tests /integration /cordova /www
1514tests /pouchdb_server
1615tests /performance-bundle.js
1716packages /node_modules /pouchdb /dist /*
Original file line number Diff line number Diff line change @@ -148,11 +148,6 @@ commonUtils.asyncLoadScript = function (url) {
148148} ;
149149
150150commonUtils . couchHost = function ( ) {
151- if ( typeof window !== 'undefined' && window . cordova ) {
152- // magic route to localhost on android emulator
153- return 'http://10.0.2.2:5984' ;
154- }
155-
156151 if ( typeof window !== 'undefined' && window . COUCH_HOST ) {
157152 return window . COUCH_HOST ;
158153 }
You can’t perform that action at this time.
0 commit comments