Revision | ddaf7c0cae76ba8b4744ae1605e122171ea9ed80 (tree) |
---|---|
Time | 2014-11-26 00:48:38 |
Author | henoheno <henoheno> |
Commiter | umorigu |
Resurrect trackback.js. This function was called in skin files
@@ -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 | +} |