mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
CTRL+Enter binding flagged as deprecated and disabled for now
This commit is contained in:
parent
06f03697b9
commit
b57492bb5f
|
@ -210,7 +210,7 @@ function pp_restore_options() {
|
||||||
|
|
||||||
// Showing version
|
// Showing version
|
||||||
document.getElementById('pp-version').innerHTML = 'Point+ ' + getVersion()
|
document.getElementById('pp-version').innerHTML = 'Point+ ' + getVersion()
|
||||||
+ ' by <a href="https://skobkin-ru.point.im/" target="_blank">@skobkin-ru</a>\n\
|
+ ' by <a href="https://skobkin-ru.point.im/" target="_blank">@skobkin-ru</a><br>\n\
|
||||||
& <a href="https://nokitakaze.point.im/" target="_blank">@NokitaKaze</a>';
|
& <a href="https://nokitakaze.point.im/" target="_blank">@NokitaKaze</a>';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
<div class="tab-content" id="other">
|
<div class="tab-content" id="other">
|
||||||
<div class="option">
|
<div class="option">
|
||||||
<input type="checkbox" id="option-ctrl-enter"><label for="option-ctrl-enter">Send post and comments by CTRL+Enter</label>
|
<input type="checkbox" id="option-ctrl-enter" disabled="disabled"><label for="option-ctrl-enter">Send post and comments by CTRL+Enter (deprecated)</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="option">
|
<div class="option">
|
||||||
|
|
Loading…
Reference in a new issue