[Jifty-commit] r4988 - jifty/trunk/lib/Jifty/Plugin

Jifty commits jifty-commit at lists.jifty.org
Sun Feb 3 07:40:05 EST 2008


Author: clkao
Date: Sun Feb  3 07:39:35 2008
New Revision: 4988

Modified:
   jifty/trunk/lib/Jifty/Plugin/I18N.pm

Log:
r4925 removed loc.js from jifty::web, which should have been
added to the i18n plguin.


Modified: jifty/trunk/lib/Jifty/Plugin/I18N.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/I18N.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/I18N.pm	Sun Feb  3 07:39:35 2008
@@ -48,6 +48,8 @@
 
 __PACKAGE__->mk_accessors(qw(js));
 
+Jifty->web->add_javascript('loc.js');
+
 sub init {
     my $self = shift;
     return if $self->_pre_init;


More information about the Jifty-commit mailing list