partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 927dfc28068ff981edbfc55ad153888abe627f48
parent f804b4a4a9ea1a15c2565b7ef3f3f48f547f2f30
Author: Timo A. Hummel <timo@netraver.de>
Date:   Wed,  8 Jun 2011 22:19:12 +0200

Removed "FOO" test code

Diffstat:
Mfrontend/js/Dialogs/FileUploadDialog.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/js/Dialogs/FileUploadDialog.js b/frontend/js/Dialogs/FileUploadDialog.js @@ -85,7 +85,7 @@ Ext.define('PartDB2.FileUploadDialog', { autoScroll: true, target: this.fileFormatButton.getEl(), closable: true, - html: "FOO"+implode("<br>", PartDB2.getAvailableImageFormats()), + html: implode("<br>", PartDB2.getAvailableImageFormats()), autoHide: false }); }