From 4b9559f2c5df1a4eb59f47c991af127cbd56ecc5 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Tue, 23 Sep 2014 13:34:40 +0200 Subject: [PATCH] Bug #3198: If the import fails the image name cannot be clicked --- src/sunstone/public/js/plugins/marketplace-tab.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sunstone/public/js/plugins/marketplace-tab.js b/src/sunstone/public/js/plugins/marketplace-tab.js index c964ce0f6b..1ce7e685e8 100644 --- a/src/sunstone/public/js/plugins/marketplace-tab.js +++ b/src/sunstone/public/js/plugins/marketplace-tab.js @@ -104,7 +104,7 @@ var market_actions = { '
'+ '
'+ ''+ - '
'+ + '
'+ '
'+ '
').appendTo($("#market_import_dialog_content")); }) @@ -132,7 +132,7 @@ var market_actions = { '
'+ '
'+ ''+ - '
'+ + '
'+ '
'+ '
').appendTo($("#market_import_dialog_content")); }