Table editor fills the new entry form with the default values of the fields
[platal.git] / modules / platal.php
index 690f6bc..fbb7a65 100644 (file)
@@ -85,7 +85,6 @@ class PlatalModule extends PLModule
     function handler_changelog(&$page)
     {
         $page->changeTpl('changeLog.tpl');
-        $page->addJsLink('wiki.js');
 
         $clog = htmlentities(file_get_contents(dirname(__FILE__).'/../ChangeLog'));
         $clog = preg_replace('!(#[0-9]+(,[0-9]+)*)!e', 'bugize("\1")', $clog);