소스 검색

do not add history entries for iframe transitions

tags/v0.99.beta17
Ben Wiley Sittler bsittler 17 년 전
부모
커밋
28121eec77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      caca-php/examples/www/export.php

+ 1
- 1
caca-php/examples/www/export.php 파일 보기

@@ -57,7 +57,7 @@ update_preview = function (select)
{ {
newLocation = self.location.pathname + '?format=' + encodeURIComponent(format); newLocation = self.location.pathname + '?format=' + encodeURIComponent(format);
} }
self.frames[0].location = newLocation;
self.frames[0].location.replace(newLocation, true);
} }
catch (e) catch (e)
{ {


불러오는 중...
취소
저장