From 7d518cf6b50487ccd897e141e933747913ef5693 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Tue, 28 Nov 2017 12:28:30 -0800 Subject: [PATCH] fixed image partial --- views/partials/asset.handlebars | 1 - views/partials/image.handlebars | 16 +--------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/views/partials/asset.handlebars b/views/partials/asset.handlebars index ddee94b1..f74c8eb8 100644 --- a/views/partials/asset.handlebars +++ b/views/partials/asset.handlebars @@ -20,7 +20,6 @@ searchMessage.hidden = true; assetHolder.hidden = false; asset.setAttribute('src', `/{{claimInfo.claimId}}/{{claimInfo.name}}.{{claimInfo.fileExt}}`); - asset.load(); }, showSearchMessage: function (msg) { console.log(msg); diff --git a/views/partials/image.handlebars b/views/partials/image.handlebars index 0ad3154b..aaa47c98 100644 --- a/views/partials/image.handlebars +++ b/views/partials/image.handlebars @@ -1,15 +1 @@ - - - \ No newline at end of file + \ No newline at end of file