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

Kevin Falcone falcone at bestpractical.com
Fri Mar 28 16:58:19 EDT 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch master
in repository rtir.

commit 8a1a86a0d8e277f34a1239152f4d07a0729a5a7b
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 6e417e4..93ac6bb 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