Skip to content

Commit

Permalink
Item12952: Add script suffx to the jsonrpc script
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Sep 12, 2014
1 parent 3d1ef43 commit 5c7bb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pub/System/ConfigurePlugin/configure.uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ function _id_ify(id) {
var $root = $('#root');

var bs = foswiki.getPreference('is_bootstrapped') === 'true';
json_rpc_url = json_rpc_url + foswiki.getPreference('scriptsuffix');

if (!bs)
$('#bootstrap_warning').remove();
Expand Down
1 change: 1 addition & 0 deletions templates/configure.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ configure.js script.
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="foswiki.is_bootstrapped" content="%BOOTSTRAPPED%" />
<meta name="foswiki.scriptsuffix" content="%SCRIPTSUFFIX%" />
<meta name="description" content="Foswiki Configuration" />
<link rel="icon" href="%FAVICON%" type="image/x-icon" /> <link rel="shortcut icon" href="%FAVICON%" type="image/x-icon" />
<title>Foswiki Configuration</title>
Expand Down

0 comments on commit 5c7bb86

Please sign in to comment.