Changeset 29625


Ignore:
Timestamp:
Sep 18, 2014, 2:51:21 PM (10 years ago)
Author:
JanisV
Message:

Fixed exit from fullscreen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Fotorama/template/slideshow.tpl

    r29624 r29625  
    8080            function (e, fotorama, extra) {
    8181              {if $Fotorama.only_fullscreen}
     82              {if isset($replace_picture)}
     83              window.location.replace('{$U_SLIDESHOW_STOP}');
     84              {else}
    8285              window.location.replace(fotorama.activeFrame['url']);
     86              {/if}
    8387              {else}
    8488
Note: See TracChangeset for help on using the changeset viewer.