Changeset 6403
- Timestamp:
- 08/19/08 14:36:45 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Trunk/contributors/FND/plugins/SimpleSearchPlugin.js
r6402 r6403 38 38 39 39 displayResults: function(matches, query) { 40 story.refreshAllTiddlers(true); // update highlighting within story tiddlers 40 41 var el = document.getElementById(this.containerId); 41 42 query = '"""' + query + '"""'; // prevent WikiLinks
