[Svn-src-all:2736] [version-2_12-dev 21635] #1600 スマートフォンで新着情報に余計なリンクが付く
yomoro
admin @ mail.ec-cube.net
2012年 3月 12日 (月) 17:30:31 JST
Subversion committed to /home/svn/open 21635
http://svn.ec-cube.net/open_trac/changeset/21635
┌────────────────────────────┐
│更新者 : yomoro │
│更新日時: 2012-03-12 17:30:31 +0900 (月, 12 3月 2012)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#1600 スマートフォンで新着情報に余計なリンクが付く
コーディング上、aタグを削除する方法は若干複雑だったため、タップしても反応しないようにした。
(時間があればまた再調整します・・・)
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_12-dev/data/Smarty/templates/sphone/frontparts/bloc/news.tpl
変更: branches/version-2_12-dev/data/Smarty/templates/sphone/frontparts/bloc/news.tpl
===================================================================
--- branches/version-2_12-dev/data/Smarty/templates/sphone/frontparts/bloc/news.tpl 2012-03-12 07:13:06 UTC (rev 21634)
+++ branches/version-2_12-dev/data/Smarty/templates/sphone/frontparts/bloc/news.tpl 2012-03-12 08:30:31 UTC (rev 21635)
@@ -129,7 +129,7 @@
if (news.news_url != null) {
$($("#windowcolumn dl.view_detail dt a").get(maxCnt)).attr("href", news.news_url);
} else {
- $($("#windowcolumn dl.view_detail dt a").get(maxCnt)).attr("href", "javascript:;");
+ $($("#windowcolumn dl.view_detail dt a").get(maxCnt)).attr("href", "#");
}
//年月をセット
Svn-src-all メーリングリストの案内