From b12633cc56ca88623783cb716cda7332d5648c63 Mon Sep 17 00:00:00 2001 From: Carlos Quiros Date: Wed, 19 Oct 2016 13:55:39 -0600 Subject: [PATCH] [FIX] - attachment_preview: Migrated the module to 9.0 version and fixed some errors displaying the attachments files. --- attachment_preview/static/src/js/viewerjs_tweaks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachment_preview/static/src/js/viewerjs_tweaks.js b/attachment_preview/static/src/js/viewerjs_tweaks.js index 0adb7d14..73d2c847 100644 --- a/attachment_preview/static/src/js/viewerjs_tweaks.js +++ b/attachment_preview/static/src/js/viewerjs_tweaks.js @@ -29,4 +29,4 @@ Viewer = function(plugin, parameters) alert('Unsupported file type'); } return original_Viewer(plugin, parameters); -} +};