Author: michiel
Date: 2010-04-06 18:24:18 +0200 (Tue, 06 Apr 2010)
New Revision: 41779
Modified:
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/example.js
Log:
simplified
Modified:
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/example.js
===================================================================
---
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/example.js
2010-04-06 16:18:44 UTC (rev 41778)
+++
mmbase/branches/MMBase-1_9/applications/searchrelate/example-webapp/src/main/webapp/example.js
2010-04-06 16:24:18 UTC (rev 41779)
@@ -10,16 +10,7 @@
);
}
- { // default 'implicit' search results are not shown,
- // except on the 'search' example page itself
- if (! $("body").hasClass("search")) {
- if (typeof MMBaseSearcher == "function") {
- MMBaseSearcher.prototype.implicitsAreHidden();
- }
- }
- }
-
{ // Setup tinymcy on the example page for that.
if ($("body").hasClass("tinymce")) {
@@ -29,7 +20,7 @@
content_css: "style.css",
entity_encoding : "raw", /* needed when XHTML */
setup : List.prototype.setupTinyMCE
- }
+ };
// bind tinymce to news bodies already displayed:
$(".mm_validate.mm_nm_news.mm_f_body").each(function() {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs