r9453 - in apps/gobi/trunk: code/Page/skins static
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2008-12-19 16:16:04 +0100 (Fri, 19 Dec 2008)
New Revision: 9453
Added:
apps/gobi/trunk/static/jquery-1.2.6.min.js
Removed:
apps/gobi/trunk/static/jquery-1.2.6.pack.js
Modified:
apps/gobi/trunk/code/Page/skins/page.skin
Log:
Replace packed version of jquery.js with minified one.
Details at http://dev.helma.org/trac/helma/changeset/9453
Modified: apps/gobi/trunk/code/Page/skins/page.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/page.skin 2008-12-19 15:12:14 UTC (rev 9452)
+++ apps/gobi/trunk/code/Page/skins/page.skin 2008-12-19 15:16:04 UTC (rev 9453)
@@ -6,7 +6,7 @@
<head>
<title><% page.name %></title>
<link rel="stylesheet" media="screen" href="<% this.href action='stylesheet.css' %>"></link>
- <script type="text/javascript" src="/static/jquery-1.2.6.pack.js"></script>
+ <script type="text/javascript" src="/static/jquery-1.2.6.min.js"></script>
<% page.javascript %>
<% response.javascript prefix='<script type="text/javascript">' suffix='</script>' %>
</head>
Added: apps/gobi/trunk/static/jquery-1.2.6.min.js
Deleted: apps/gobi/trunk/static/jquery-1.2.6.pack.js