• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionddaf7c0cae76ba8b4744ae1605e122171ea9ed80 (tree)
Time2014-11-26 00:48:38
Authorhenoheno <henoheno>
Commiterumorigu

Log Message

Resurrect trackback.js. This function was called in skin files

Change Summary

Incremental Difference

--- /dev/null
+++ b/skin/trackback.js
@@ -0,0 +1,10 @@
1+// PukiWiki - Yet another WikiWikiWeb clone.
2+// $Id: trackback.js,v 1.5 2006/10/08 10:55:00 henoheno Exp $
3+// Copyright (C) 2003 Originally written by upk
4+// License: GPL v2 or (at your option) any later version
5+//
6+// JavaScript for TrackBack feature
7+
8+function OpenTrackback (c) {
9+ window.open(c,'trackback','width=480,height=480,scrollbars=yes,status=yes');
10+}