You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2012/01/13 00:32:30 UTC

svn commit: r1230839 - /incubator/wookie/trunk/widgets/templates/browse/index.html

Author: scottbw
Date: Thu Jan 12 23:32:30 2012
New Revision: 1230839

URL: http://svn.apache.org/viewvc?rev=1230839&view=rev
Log:
Removed redundant script tag from browse template (controller.js is already added in content_scripts.html)

Modified:
    incubator/wookie/trunk/widgets/templates/browse/index.html

Modified: incubator/wookie/trunk/widgets/templates/browse/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/index.html?rev=1230839&r1=1230838&r2=1230839&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/index.html (original)
+++ incubator/wookie/trunk/widgets/templates/browse/index.html Thu Jan 12 23:32:30 2012
@@ -27,8 +27,6 @@
 
 ${content.scripts}
 
-<script type="text/javascript" src="scripts/controller.js"></script>
-
 <title>${widget.name}</title>
 </head>