afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-04-05 07:18 am

[dw-free] RTE poll creation busted

[commit: http://hg.dwscoalition.org/dw-free/rev/e58eff78e503]

http://bugs.dwscoalition.org/show_bug.cgi?id=607

Fix RTE poll creation.

Patch by [personal profile] hotlevel4.

Files modified:
  • htdocs/tools/fck_poll.bml
--------------------------------------------------------------------------------
diff -r d6ec125e3d2b -r e58eff78e503 htdocs/tools/fck_poll.bml
--- a/htdocs/tools/fck_poll.bml	Sun Apr 05 06:33:21 2009 +0000
+++ b/htdocs/tools/fck_poll.bml	Sun Apr 05 07:17:59 2009 +0000
@@ -4,8 +4,8 @@
     <title>LiveJournal Poll</title>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <meta content="noindex, nofollow" name="robots">
-    <script src="<?_code $LJ::STATPREFIX _code?>/stc/fck/editor/dialog/common/fck_dialog_common.js" type="text/javascript"></script>
-    <script src="<?_code $LJ::STATPREFIX _code?>/js/poll.js" type="text/javascript"></script>
+    <script src="<?_code $LJ::STATPREFIX _code?>/fck/editor/dialog/common/fck_dialog_common.js" type="text/javascript"></script>
+    <script src="<?_code $LJ::JSPREFIX _code?>/poll.js" type="text/javascript"></script>
     <script language="javascript">
 
     //Standard setup stuff (notice the command name used in the property names)
--------------------------------------------------------------------------------