ソースを参照

Allow users to confirm the message by enter (#4476)

Users can confirm the message and proceed by pressing enter, not necessary to use the mouse.
version-14
ci2014 7年前
committed by Rushabh Mehta
コミット
a896ebeab6
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      frappe/www/message.html

+ 2
- 0
frappe/www/message.html ファイルの表示

@@ -40,6 +40,8 @@ html, body {
if(window.location.hash) { if(window.location.hash) {
localStorage.setItem('session_last_route', window.location.hash.substr(1)); localStorage.setItem('session_last_route', window.location.hash.substr(1));
} }
$('.btn-primary').focus();
}); });
</script> </script>
{% endblock %} {% endblock %}

読み込み中…
キャンセル
保存