modified thumbnail_macro() to create a thumbnail with javascript pop-up function (to be really backwards compatible)

This commit is contained in:
Tobi Schäfer 2002-06-04 10:29:45 +00:00
parent 2321a53cc1
commit 06103c16b4

View file

@ -82,7 +82,7 @@ function image_macro(param) {
* use image_macro() with param.as = "thumbnail" instead
*/
function thumbnail_macro(param) {
param.as = "thumbnail";
param.as = "popup";
image_macro(param);
}