Skip to content

Commit

Permalink
Item116: rebrand javascipt classes, pass 3
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/TopicClassificationAddOn@927 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Nov 24, 2008
1 parent 5e456b9 commit 6992c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/TCAO/RenderAddClassification.txt
Expand Up @@ -28,7 +28,7 @@ Restrict view to %MAINWEB%.ModeratorGroup. This makes this form invisible for an
---++ Implementation
<verbatim>
%STARTINCLUDE%
<script type="text/javascript" src="%PUBURL%/%SYSTEMWEB%/JavascriptFiles/twiki.js"></script>
<script type="text/javascript" src="%PUBURL%/%SYSTEMWEB%/JavascriptFiles/foswiki.js"></script>
<script type="text/javascript" language="JavaScript"><!--
// The following section create a list of Classification Summary fields from the templates.
<noautolink>
Expand Down
2 changes: 1 addition & 1 deletion data/TCAO/RenderTopicCreator.txt
Expand Up @@ -36,7 +36,7 @@ This TopicFunction is for creating new topics. It is mostly called indirectly fr
---++ Implementation
<verbatim>
%STARTINCLUDE%
<script type="text/javascript" src="%PUBURL%/%SYSTEMWEB%/JavascriptFiles/twiki.js"></script>
<script type="text/javascript" src="%PUBURL%/%SYSTEMWEB%/JavascriptFiles/foswiki.js"></script>
%INCLUDE{"%SYSTEMWEB%.WebTopicCreator" section="javascriptfunctions" }%
<script type="text/javascript">
//<![CDATA[
Expand Down

0 comments on commit 6992c22

Please sign in to comment.