[Rt-commit] [rtir] 02/06: Add configuration to pull in css

Jim Brandt jbrandt at bestpractical.com
Fri Mar 28 14:04:36 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 3ba2f56ad4153539f82e58447cc5b958db4b1eca
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Mon Mar 10 10:13:21 2014 -0400

    Add configuration to pull in css
---
 lib/RT/IR.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 34f8855..07918c5 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -78,6 +78,7 @@ use Parse::BooleanLogic;
 my $ticket_sql_parser = Parse::BooleanLogic->new;
 
 RT->AddJavaScript('jquery.uncheckable-radio-0.1.js');
+RT->AddStyleSheets( 'rtir-styles.css' );
 
 # Add the RTIR search result page to the whitelist to allow
 # bookmarks to work without CSRF warnings, similar to the RT

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list