changeset 2573:e44c9dc510e5

reload
author ARAKI Tsuyohito <c113007@e.koeki-u.ac.jp>
date Sun, 26 Jul 2015 10:43:38 +0900
parents b2c78c7cdf00
children cc668d3bfd95
files oasis2015/gohan.rb
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/oasis2015/gohan.rb	Sun Jul 26 10:39:13 2015 +0900
+++ b/oasis2015/gohan.rb	Sun Jul 26 10:43:38 2015 +0900
@@ -137,7 +137,8 @@
 modoru = '<br><div class="f1"><a href="prof.rb"><div class="lets"><span>ホーム'
 back = modoru
 if lv < 5 && gohan == "g1" || lv < 5 && gohan == "g2"
-  mo = '<input type="button" value="おかわり!" onclick="location.reload();" />'
+#  mo = '<input type="button" value="おかわり!" onclick="location.reload();" />'
+mo = ""
   back = mo + modoru
 elsif lv >= 5
   back += "<br>(レベルマックスだよ!)"

yatex.org