瀏覽代碼

do not add history entries for iframe transitions

tags/v0.99.beta17
Ben Wiley Sittler bsittler 16 年之前
父節點
當前提交
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);
}
self.frames[0].location = newLocation;
self.frames[0].location.replace(newLocation, true);
}
catch (e)
{


Loading…
取消
儲存