From: Kristian Kræmmer Nielsen Date: Fri, 8 Aug 2008 14:50:20 +0000 (+0200) Subject: Feature: Always show directory if entering e.g. I2_Formatter_ in Quickbox X-Git-Url: https://git.jkkn.net/?a=commitdiff_plain;h=74675f56eaa2d6a80c2a39bcacfe3f0d209f7334;p=tv2developer Feature: Always show directory if entering e.g. I2_Formatter_ in Quickbox --- diff --git a/content/quickbox.js b/content/quickbox.js index 518eeda..6582d9d 100644 --- a/content/quickbox.js +++ b/content/quickbox.js @@ -361,7 +361,8 @@ var TV2DeveloperQuickBox = { } clsname = clsname.replace(/_/g,'/'); // add php if not entered path ends on a slash: - if (clsname.substr(-1) != '/') clsname += '.php'; + if (clsname.substr(-1) != '/') clsname += '.php' + else cvs_viewsource = false; // if ending with slash, always show directory listing uri = uriOnly = '/' + clsname; site = 'globals'; // must update entered url manually since it was stored before these changes diff --git a/version b/version index 9b40aa6..9028ec6 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.10.4 +0.10.5