[Rt-commit] r15932 - in rt/branches/3.999-DANGEROUS: share/html/Elements share/html/NoAuth/js/prototype
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Sep 11 23:13:43 EDT 2008
Author: sunnavy
Date: Thu Sep 11 23:13:42 2008
New Revision: 15932
Removed:
rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/prototype/
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/share/html/Elements/HeaderJavascript
Log:
r16641 at sunnavys-mb: sunnavy | 2008-09-12 10:38:30 +0800
don't need to provide prototype.js ourselves since we can use prototypism plugin of jifty
Modified: rt/branches/3.999-DANGEROUS/share/html/Elements/HeaderJavascript
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Elements/HeaderJavascript (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Elements/HeaderJavascript Thu Sep 11 23:13:42 2008
@@ -51,7 +51,6 @@
</%args>
<% Jifty->web->include_css %>
<% Jifty->web->include_javascript %>
-<script type="text/javascript" src="<%RT->config->get('WebPath')%>/NoAuth/js/prototype/prototype.js"></script>
% if ( RT->config->get('MessageBoxRichText', Jifty->web->current_user) ) {
<script type="text/javascript" src="<%RT->config->get('WebPath')%>/NoAuth/RichText/fckeditor.js"></script>
% }
More information about the Rt-commit
mailing list