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