From: ivan Date: Thu, 8 Feb 2007 08:19:37 +0000 (+0000) Subject: fix the popup progress bars, whew X-Git-Tag: TRIXBOX_2_6~666 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3ccc60c2a0aca859a43210b8110757783f9f8ef1 fix the popup progress bars, whew --- diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index 15561d7cc..4c2693db8 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -230,7 +230,7 @@ sub rooturl { $url_string =~ s{ / - (browse|config|docs|edit|graph|misc|search|view|pref|rt) + (browse|config|docs|edit|graph|misc|search|view|pref|rt|elements) / (process/)? ([\w\-\.\/]+) @@ -238,6 +238,10 @@ sub rooturl { } {}x; + #elements because of progress-popup.html... + #XXX remove anything from elements that is called directly & prevent + #those pages from being served up + $url_string .= '/' unless $url_string =~ /\/$/; $url_string;