[FIX] - attachment_preview: Migrated the module to 9.0 version and fixed some errors displaying the attachments files.

This commit is contained in:
Carlos Quiros 2016-10-19 13:55:39 -06:00
parent 54860e01e1
commit b12633cc56

View File

@ -29,4 +29,4 @@ Viewer = function(plugin, parameters)
alert('Unsupported file type'); alert('Unsupported file type');
} }
return original_Viewer(plugin, parameters); return original_Viewer(plugin, parameters);
} };