File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -253,13 +253,6 @@ if (search_form) {
253253 submit_search . click ( ) ;
254254 }
255255 } ) ;
256-
257- document . addEventListener ( 'keydown' , e => {
258- if ( e . key === '/' ) {
259- e . preventDefault ( ) ;
260- search_key . focus ( ) ;
261- }
262- } ) ;
263256}
264257
265258/**
Original file line number Diff line number Diff line change 1111use RobiNN \Pca \Dashboards \DashboardInterface ;
1212
1313class Admin {
14- public const VERSION = '2.3.2 ' ;
14+ public const VERSION = '2.3.3 ' ;
1515
1616 private readonly Template $ template ;
1717
Original file line number Diff line number Diff line change 1717 {% if all_keys != 0 %}
1818 <div >
1919 <div class =" flex" id =" search_form" >
20- <input type =" text" id =" search_key" value =" {{ search_value }}" placeholder =" ( / ) Search..." aria-label =" ( / ) Search..."
20+ <input type =" text" id =" search_key" value =" {{ search_value }}" placeholder =" Search..." aria-label =" Search..."
2121 class =" w-full md:w-72 rounded-l border border-gray-300 bg-white py-1.5 px-3 text-sm
2222 focus:outline-hidden focus:ring-3 focus:ring-primary-200 focus:border-primary-300
2323 dark:border-gray-600 dark:bg-gray-800 dark:text-white dark:placeholder-gray-400
You can’t perform that action at this time.
0 commit comments