From eacb8df69157e3151e3de5074dec6a152882e207 Mon Sep 17 00:00:00 2001 From: sarven Date: Fri, 16 Jan 2009 16:17:27 +0000 Subject: Added jquery.form.js --- lib/action.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') diff --git a/lib/action.php b/lib/action.php index 129a4b24b..94be04b52 100644 --- a/lib/action.php +++ b/lib/action.php @@ -126,10 +126,6 @@ class Action extends HTMLOutputter // lawsuit 'type' => 'text/css', 'href' => theme_path('css/display.css', 'base') . '?version=' . LACONICA_VERSION, 'media' => 'screen, projection, tv')); - $this->element('link', array('rel' => 'stylesheet', - 'type' => 'text/css', - 'href' => theme_path('css/thickbox.css', 'base') . '?version=' . LACONICA_VERSION, - 'media' => 'screen, projection, tv')); $this->element('link', array('rel' => 'stylesheet', 'type' => 'text/css', 'href' => theme_path('css/display.css', null) . '?version=' . LACONICA_VERSION, -- cgit v1.2.3-54-g00ecf