Ticket 867: 'cancel' button in editor.
[redakcja.git] / redakcja / static / js / wiki / view_search.js
index 740c913..789a961 100644 (file)
@@ -99,6 +99,8 @@
         self.$searchCursor = null;
 
         $('.vsplitbar').not('.active').trigger('click');
+        $(".vsplitbar-title").html("↓ SEARCH AND REPLACE ↓");        
+        
         if ($.wiki.activePerspective() != 'CodeMirrorPerspective')
             $.wiki.switchToTab('#CodeMirrorPerspective');
     };
 
     $.wiki.SearchPerspective = SearchPerspective;
 
-})(jQuery);
\ No newline at end of file
+})(jQuery);