From 9269bd689821b6848fd7ab9ba0a4ed55399f9b89 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Sun, 1 Jun 2014 20:52:48 +0200 Subject: [PATCH] More URL fixes. --- src/_h5ai/client/js/inc/core/location.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_h5ai/client/js/inc/core/location.js b/src/_h5ai/client/js/inc/core/location.js index 8ad67059..662e5736 100644 --- a/src/_h5ai/client/js/inc/core/location.js +++ b/src/_h5ai/client/js/inc/core/location.js @@ -15,6 +15,7 @@ modulejs.define('core/location', ['_', 'modernizr', 'core/settings', 'core/event return href .replace(/\/+/g, '/') + .replace(/ /g, '%20') .replace(/!/g, '%21') .replace(/#/g, '%23') .replace(/\$/g, '%24')