File: expire.st

package info (click to toggle)
gitit 0.12.1.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,008 kB
  • ctags: 78
  • sloc: haskell: 4,963; xml: 245; sh: 65; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
$if(usecache)$
<script type="text/javascript" src="$base$/js/jquery.hotkeys.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
     \$(document).bind("keydown", "ctrl+r", function() {
         \$.post("$base$/_expire$pageUrl$");
         return true;
         });
/* ]]> */
</script>
$endif$