projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eba18b
)
Remove this code - it was not eventually needed for the unseen search
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 16 Dec 2009 07:24:33 +0000
(
00:24
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 16 Dec 2009 19:45:59 +0000
(12:45 -0700)
imp/js/ViewPort.js
patch
|
blob
|
history
diff --git
a/imp/js/ViewPort.js
b/imp/js/ViewPort.js
index
9ab894b
..
d8b2e2e
100644
(file)
--- a/
imp/js/ViewPort.js
+++ b/
imp/js/ViewPort.js
@@
-262,13
+262,7
@@
var ViewPort = Class.create({
}
if (this.view) {
- if (!background) {
- // If this is the same view, send an ajax request with the
- // given parameters.
- if (view == this.view) {
- return this._fetchBuffer({ search: search });
- }
-
+ if (!background && (view != this.view)) {
// Need to store current buffer to save current offset
buffer = this._getBuffer();
buffer.setMetaData({ offset: this.currentOffset() }, true);