[Rt-commit] r15924 - in rt/branches/3.999-DANGEROUS: lib share/html/Elements share/html/NoAuth/js share/web/static/js
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Sep 11 08:45:24 EDT 2008
Author: sunnavy
Date: Thu Sep 11 08:45:24 2008
New Revision: 15924
Added:
rt/branches/3.999-DANGEROUS/share/web/static/js/ahah.js
- copied, changed from r13984, /rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/ahah.js
rt/branches/3.999-DANGEROUS/share/web/static/js/util.js
- copied, changed from r15921, /rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/util.js
Removed:
rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/ahah.js
rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/util.js
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/lib/RT.pm
rt/branches/3.999-DANGEROUS/share/html/Elements/HeaderJavascript
Log:
r16637 at sunnavys-mb: sunnavy | 2008-09-11 20:43:47 +0800
move util.js and ahah.js to share/web/static/js/
Modified: rt/branches/3.999-DANGEROUS/lib/RT.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT.pm (original)
+++ rt/branches/3.999-DANGEROUS/lib/RT.pm Thu Sep 11 08:45:24 2008
@@ -354,7 +354,7 @@
}
Jifty->web->add_javascript(
- qw( titlebox-state.js )
+ qw( titlebox-state.js util.js ahah.js )
);
Jifty::Web->add_trigger(
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 08:45:24 2008
@@ -51,8 +51,6 @@
</%args>
<% Jifty->web->include_css %>
<% Jifty->web->include_javascript %>
-<script type="text/javascript" src="<%RT->config->get('WebPath')%>/NoAuth/js/util.js"></script>
-<script type="text/javascript" src="<%RT->config->get('WebPath')%>/NoAuth/js/ahah.js"></script>
<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>
Copied: rt/branches/3.999-DANGEROUS/share/web/static/js/ahah.js (from r13984, /rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/ahah.js)
==============================================================================
--- /rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/ahah.js (original)
+++ rt/branches/3.999-DANGEROUS/share/web/static/js/ahah.js Thu Sep 11 08:45:24 2008
@@ -30,4 +30,3 @@
}
}
-% $m->abort();
Copied: rt/branches/3.999-DANGEROUS/share/web/static/js/util.js (from r15921, /rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/util.js)
==============================================================================
--- /rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/util.js (original)
+++ rt/branches/3.999-DANGEROUS/share/web/static/js/util.js Thu Sep 11 08:45:24 2008
@@ -1,3 +1,4 @@
+/*
%# BEGIN BPS TAGGED BLOCK {{{
%#
%# COPYRIGHT:
@@ -45,6 +46,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
+*/
/* $(...)
Returns DOM node or array of nodes (if more then one argument passed).
If argument is node object allready then do nothing.
More information about the Rt-commit
mailing list