[Rt-commit] r15934 - in rt/branches/3.999-DANGEROUS: lib share/html/NoAuth/js share/web/static/js
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Sep 12 00:53:11 EDT 2008
Author: sunnavy
Date: Fri Sep 12 00:53:11 2008
New Revision: 15934
Added:
rt/branches/3.999-DANGEROUS/share/web/static/js/cascaded.js
- copied unchanged from r13984, /rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/cascaded.js
rt/branches/3.999-DANGEROUS/share/web/static/js/class.js
- copied unchanged from r15920, /rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/class.js
rt/branches/3.999-DANGEROUS/share/web/static/js/combobox.js
- copied unchanged from r15920, /rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/combobox.js
rt/branches/3.999-DANGEROUS/share/web/static/js/list.js
- copied unchanged from r15920, /rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/list.js
Removed:
rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/cascaded.js
rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/class.js
rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/combobox.js
rt/branches/3.999-DANGEROUS/share/html/NoAuth/js/list.js
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/lib/RT.pm
Log:
r16651 at sunnavys-mb: sunnavy | 2008-09-12 12:04:58 +0800
added list.js class.js combobox.js cascaded.js by Jifty
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 Fri Sep 12 00:53:11 2008
@@ -354,7 +354,8 @@
}
Jifty->web->add_javascript(
- qw( titlebox-state.js util.js ahah.js fckeditor.js )
+ qw( titlebox-state.js util.js ahah.js fckeditor.js list.js class.js
+ combobox.js cascaded.js )
);
Jifty::Web->add_trigger(
More information about the Rt-commit
mailing list