diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-01 09:42:08 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-01 09:42:08 -0700 |
commit | 301f606fd81604b858381a13d0a0359de10ff561 (patch) | |
tree | ff108e36310e1c3e236dd16093a09ac77deaf941 /lib/scripts/tw-sack.js | |
parent | 65f0aa62806695ee51cc94679913449b7ad862d6 (diff) | |
parent | 9805efa058358e0fcbd3976fa553901cabe0b2e0 (diff) | |
download | rpg-301f606fd81604b858381a13d0a0359de10ff561.tar.gz rpg-301f606fd81604b858381a13d0a0359de10ff561.tar.bz2 |
Merge pull request #248 from splitbrain/aria
Implemented some ARIA attributes
Diffstat (limited to 'lib/scripts/tw-sack.js')
-rw-r--r-- | lib/scripts/tw-sack.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/scripts/tw-sack.js b/lib/scripts/tw-sack.js index cc988f5be..b0e570151 100644 --- a/lib/scripts/tw-sack.js +++ b/lib/scripts/tw-sack.js @@ -2,6 +2,7 @@ /* ©2005 Gregory Wild-Smith */ /* www.twilightuniverse.com */ /* Software licenced under a modified X11 licence, see documentation or authors website for more details */ +/* @deprecated */ function sack(file){ this.AjaxFailedAlert = "Your browser does not support the enhanced functionality of this website, and therefore you will have an experience that differs from the intended one.\n"; |