add header onclick event
Simon Smith committed
Sep 17, 2023 at 19:01 UTC
42f275ac93d1305396240cee43f524c1b42424ef
2 files changed
+2
-2
views/default-mobile.handlebars
+1
-1
@@ -672,7 +672,7 @@
672
<div id=mastheadx></div>
673
<div id=masthead style="background:url(logo.png) 0px 0px;background-size:341px 50px;background-color:#036;background-repeat:no-repeat;height:50px;width:100%;overflow:hidden">
674
<div style="width:calc(100% - 50px);overflow:hidden">
675
- <div style="float:left;height:66px;color:#c8c8c8;padding-left:10px;padding-top:6px">
675
+ <div style="float:left;height:66px;color:#c8c8c8;padding-left:10px;padding-top:6px" onclick="go(2)">
676
<strong><font style="font-size:36px;font-family:Arial,Helvetica,sans-serif;text-shadow: 1px 1px 2px #000;">{{{title1}}}</font></strong>
677
</div>
678
<div style="float:left;height:66px;color:#c8c8c8;padding-left:5px;padding-top:10px">
views/default.handlebars
+1
-1
@@ -154,7 +154,7 @@
154
<div id="notifiyBox" class="notifiyBox" style="display:none"></div>
155
<div id=masthead class=noselect>
156
<div style="float:left">{{{titlehtml}}}</div>
157
- <div class="title">{{{title1}}}</div>
157
+ <div class="title" onclick="go(1,event)">{{{title1}}}</div>
158
<div class="title2">{{{title2}}}</div>
159
<div style="float:right">
160
<div id=notificationCount onclick="clickNotificationIcon()" class="unselectable" style="display: none;" title="Click to view current notifications">0</div>