Sha256: e04f700f5c3bb62084206a257a3a03fbddb9e77e7d14098d8a97cc97aff06f46
Contents?: true
Size: 399 Bytes
Versions: 52
Compression:
Stored size: 399 Bytes
Contents
# # day2section.rb - tDiary plugin # # When a visitor accesses to day page without section anchor, navigate to first section. # # Copyright (c) MATSUOKA Kohei <http://www.machu.jp/> # Distributed under the GPL # add_footer_proc do if @mode == 'day' <<-SCRIPT <script type="text/javascript"> if(!location.hash) { location.replace(location.hash + "#p01"); } </script> SCRIPT end end
Version data entries
52 entries across 46 versions & 2 rubygems