You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Scott Wilson (JIRA)" <ji...@apache.org> on 2009/12/10 12:28:29 UTC

[jira] Updated: (WOOKIE-84) Remove injected script tags from widget source

     [ https://issues.apache.org/jira/browse/WOOKIE-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Wilson updated WOOKIE-84:
-------------------------------

    Description: 
The widgets in the /widgets area often have the automatically injected scripts hard-coded into their HTML, e.g.:

  <script type='text/javascript' src='/wookie/shared/js/wookie-wrapper.js'> </script>


These should be removed as all these scripts are injected when the widget is deployed.

(Thanks to Markus Essl for originally reporting this)

  was:
The widgets in the /widgets area often have the automatically injected scripts hard-coded into their HTML, e.g.:

  <script type='text/javascript' src='/wookie/shared/js/wookie-wrapper.js'> </script>


These should be removed as all these scripts are injected when the widget is deployed.


> Remove injected script tags from widget source
> ----------------------------------------------
>
>                 Key: WOOKIE-84
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-84
>             Project: Wookie
>          Issue Type: Bug
>            Reporter: Scott Wilson
>            Priority: Minor
>             Fix For: 0.8.1
>
>
> The widgets in the /widgets area often have the automatically injected scripts hard-coded into their HTML, e.g.:
>   <script type='text/javascript' src='/wookie/shared/js/wookie-wrapper.js'> </script>
> These should be removed as all these scripts are injected when the widget is deployed.
> (Thanks to Markus Essl for originally reporting this)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.