NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item11005: Surplus "; in JQueryPlugin/UI.pm
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
JQueryPlugin |
|
There seems to be a simple typo in lib/Foswiki/Plugins/JQueryPlugin/UI.pm line 82 where it says
<script type='text/javascript' src='$Foswiki::cfg{PubUrlPath}/$messagePath'></script>";
but it should be without the trailing ";
<script type='text/javascript' src='$Foswiki::cfg{PubUrlPath}/$messagePath'></script>
--
ModAcOst - 28 Jul 2011