modified thumbnail_macro() to create a thumbnail with javascript pop-up function (to be really backwards compatible)
This commit is contained in:
parent
2321a53cc1
commit
06103c16b4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue