summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-20 09:29:13 +0100
committerAndrew Dolgov <[email protected]>2008-05-20 09:29:13 +0100
commit94047498ffb3198594c83f059fd7eb1085d21086 (patch)
tree8a54a54a31a1bd87684234ac1799830fe2511568 /functions.php
parent0c5897c86455793ca591f930403f91e95c69de0f (diff)
allow panel resize when dragging post header
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 5d4966865..967739241 100644
--- a/functions.php
+++ b/functions.php
@@ -4601,7 +4601,8 @@
print "<div class=\"postReply\">";
- print "<div class=\"postHeader\">";
+ print "<div class=\"postHeader\" onmouseover=\"enable_resize(true)\"
+ onmouseout=\"enable_resize(false)\">";
$entry_author = $line["author"];