fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Image editor fix: bring back horizontal scrollbar in motifs and objects perspective
[redakcja.git]
/
redakcja
/
static
/
js
/
wiki
/
view_search.js
diff --git
a/redakcja/static/js/wiki/view_search.js
b/redakcja/static/js/wiki/view_search.js
index
64a35c4
..
b49671c
100644
(file)
--- a/
redakcja/static/js/wiki/view_search.js
+++ b/
redakcja/static/js/wiki/view_search.js
@@
-90,7
+90,9
@@
else {}
self.searchCursor.select();
self.searchCursor.replace(query);
else {}
self.searchCursor.select();
self.searchCursor.replace(query);
- self.search();
+ if(self.search() && self.options['replace-all']) {
+ self.replace();
+ }
};
SearchPerspective.prototype.onEnter = function(success, failure){
};
SearchPerspective.prototype.onEnter = function(success, failure){