このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
cacalabs
/
libcaca
ミラー元
https://github.com/cacalabs/libcaca.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
7
Wiki
アクティビティ
ソースを参照
do not add history entries for iframe transitions
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
17年前
親
3336b41178
コミット
28121eec77
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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)
{
書き込み
プレビュー
読み込み中…
キャンセル
保存