Procházet zdrojové kódy

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 před 7 roky
committed by Rushabh Mehta
rodič
revize
a896ebeab6
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      frappe/www/message.html

+ 2
- 0
frappe/www/message.html Zobrazit soubor

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

Načítá se…
Zrušit
Uložit