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:
7797837
)
Remove stuff related to index.html
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 2 Jun 2010 12:52:52 +0000
(14:52 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 2 Jun 2010 12:52:52 +0000
(14:52 +0200)
www/iphone/iphone.js
patch
|
blob
|
history
diff --git
a/www/iphone/iphone.js
b/www/iphone/iphone.js
index
8a71600
..
65c7d1e
100644
(file)
--- a/
www/iphone/iphone.js
+++ b/
www/iphone/iphone.js
@@
-8,17
+8,9
@@
var callback = {};
callback.init = function() {
if (!inApp) {
callback.type = 'browser';
- document.getElementById("heading").style.display="";
- } else
+ } else {
callback.type = 'iphone';
-
- var searchdiv = document.getElementById("searchdiv");
- if (this.type != 'iphone') {
- searchdiv.style.display = '';
- document.search.onsubmit = onFormSubmit;
}
- else
- searchdiv.style.display = 'none';
};
String.prototype.replaceAll = function(stringToFind,stringToReplace) {