Skip to content

Commit 3a0b78c

Browse files
committed
Add a pointer to better show that the switch is clickable. re #79
1 parent dfa02b6 commit 3a0b78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ public function InitializeContent ()
10781078

10791079
$content = "";
10801080
array_push ($this->entryArray, new Entry ("Template", "",
1081-
"<span onclick='$.cookie(\"template\", \"bootstrap\", { expires: 365 });window.location=$(\".headleft\").attr(\"href\");'>Click to switch to Bootstrap</span>", "text",
1081+
"<span style='cursor: pointer;' onclick='$.cookie(\"template\", \"bootstrap\", { expires: 365 });window.location=$(\".headleft\").attr(\"href\");'>Click to switch to Bootstrap</span>", "text",
10821082
array ()));
10831083
if (!preg_match("/(Kobo|Kindle\/3.0|EBRD1101)/", $_SERVER['HTTP_USER_AGENT'])) {
10841084
$content .= '<select id="style" onchange="updateCookie (this);">';

0 commit comments

Comments
 (0)