From 41ea2503df3253720de13a58ffa08555923b3335 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Mar 2016 15:10:13 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 5ebfd30a..3055d5b5 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1427,7 +1427,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { { name = name || "Missing_download_filename"; - if (this.downloadURL && this.downloadURL.charAt(this.downloadURL .length-1) != '/') { + if (this.downloadURL && this.downloadURL.charAt(this.downloadURL.length-1) != '/') { this.downloadURL += '/'; } -- 2.39.2