From c767936aba976cb1431eb49d0a10ee195c44e5fc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 2 Dec 2013 15:58:18 +0100 Subject: Add Atlassian JIRA page-mode --- .conkerorrc/init.js | 2 ++ 1 file changed, 2 insertions(+) (limited to '.conkerorrc/init.js') diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js index 3385ad1..915491d 100644 --- a/.conkerorrc/init.js +++ b/.conkerorrc/init.js @@ -6,11 +6,13 @@ load_paths.push("file:///usr/local/clark/share/conkeror/modules/"); load_paths.push("file:///home/slash/projects/cdispass/"); load_paths.push("file:///home/slash/.conkerorrc/site-js/"); load_paths.push("file:///home/slash/.conkerorrc/clark-conkeror/"); +load_paths.push("file:///home/slash/.conkerorrc/page-modes/"); theme_load_paths.push("/home/slash/.conkerorrc/themes/"); require("clark"); require("cdispass"); require("quickdispatch"); +require("jira"); define_browser_object_class( "history-url", null, -- cgit v1.2.3-54-g00ecf