[Rt-commit] [rtir] 02/05: Add configuration to pull in css and js.
Jim Brandt
jbrandt at bestpractical.com
Mon Mar 10 16:55:16 EDT 2014
This is an automated email from the git hooks/post-receive script.
jbrandt pushed a commit to branch 3.2/move-static-files
in repository rtir.
commit 9615a9c8c83cbc04088af4432963ae776f790201
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Mon Mar 10 10:13:21 2014 -0400
Add configuration to pull in css and js.
---
lib/RT/IR/Config.pm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/RT/IR/Config.pm b/lib/RT/IR/Config.pm
index 2a97223..46cf1f9 100644
--- a/lib/RT/IR/Config.pm
+++ b/lib/RT/IR/Config.pm
@@ -53,6 +53,9 @@ package RT::IR::Config;
use strict;
use warnings;
+RT->AddJavaScript( 'jquery.uncheckable-radio-0.1.js' );
+RT->AddStyleSheets( 'rtir-styles.css' );
+
sub Init {
use RT::Config;
my %meta = (
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list