projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
143eaf3
)
Comment out the debug logging on send message.
author
Dennis Schafroth
<dennis@indexdata.com>
Mon, 28 Jun 2010 11:19:55 +0000
(13:19 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Mon, 28 Jun 2010 11:19:55 +0000
(13:19 +0200)
www/iphone/iphone.js
patch
|
blob
|
history
diff --git
a/www/iphone/iphone.js
b/www/iphone/iphone.js
index
9c9fbe0
..
93008b1
100644
(file)
--- a/
www/iphone/iphone.js
+++ b/
www/iphone/iphone.js
@@
-34,8
+34,10
@@
callback.send = function()
var message = "myapp:" + args.join(":");
if (this.type == 'iphone')
document.location = message;
- else
- document.getElementById("log").innerHTML = message;
+ else {
+ // Debug communication with Web View
+ // document.getElementById("log").innerHTML = message;
+ }
}