Fossil SCM
Removed dev-mode-only automatic toggle of config area.
Commit
563ce12aca68c6194b72fda3cac59661272ef39608bb6dedd06457b25678fa52
Parent
6f5e04b340dd486…
1 file changed
-1
-1
| --- src/chat.js | ||
| +++ src/chat.js | ||
| @@ -1074,11 +1074,10 @@ | ||
| 1074 | 1074 | D.append(optionsMenu, line); |
| 1075 | 1075 | }); |
| 1076 | 1076 | if(settingsOps.selectSound){ |
| 1077 | 1077 | D.append(optionsMenu, settingsOps.selectSound); |
| 1078 | 1078 | } |
| 1079 | - settingsButton.click()/*for for development*/; | |
| 1080 | 1079 | })()/*#chat-settings-button setup*/; |
| 1081 | 1080 | |
| 1082 | 1081 | /** Callback for poll() to inject new content into the page. jx == |
| 1083 | 1082 | the response from /chat-poll. If atEnd is true, the message is |
| 1084 | 1083 | appended to the end of the chat list (for loading older |
| 1085 | 1084 |
| --- src/chat.js | |
| +++ src/chat.js | |
| @@ -1074,11 +1074,10 @@ | |
| 1074 | D.append(optionsMenu, line); |
| 1075 | }); |
| 1076 | if(settingsOps.selectSound){ |
| 1077 | D.append(optionsMenu, settingsOps.selectSound); |
| 1078 | } |
| 1079 | settingsButton.click()/*for for development*/; |
| 1080 | })()/*#chat-settings-button setup*/; |
| 1081 | |
| 1082 | /** Callback for poll() to inject new content into the page. jx == |
| 1083 | the response from /chat-poll. If atEnd is true, the message is |
| 1084 | appended to the end of the chat list (for loading older |
| 1085 |
| --- src/chat.js | |
| +++ src/chat.js | |
| @@ -1074,11 +1074,10 @@ | |
| 1074 | D.append(optionsMenu, line); |
| 1075 | }); |
| 1076 | if(settingsOps.selectSound){ |
| 1077 | D.append(optionsMenu, settingsOps.selectSound); |
| 1078 | } |
| 1079 | })()/*#chat-settings-button setup*/; |
| 1080 | |
| 1081 | /** Callback for poll() to inject new content into the page. jx == |
| 1082 | the response from /chat-poll. If atEnd is true, the message is |
| 1083 | appended to the end of the chat list (for loading older |
| 1084 |