Updates the hooks in module/carnet.php to use the new PlTokenHook.
[platal.git] / modules / profile.php
index a6fc07f..2728a08 100644 (file)
@@ -330,7 +330,6 @@ class ProfileModule extends PLModule
         }
 
         // Build the page
-        $page->addJsLink('ajax.js');
         $page->addJsLink('education.js', false); /* dynamic content */
         $page->addJsLink('grades.js', false);    /* dynamic content */
         $page->addJsLink('profile.js');