Bläddra i källkod

Fixes input field focus in call SIP number dialog.

j8
paweldomas 10 år sedan
förälder
incheckning
8ac44491d0
3 ändrade filer med 3 tillägg och 5 borttagningar
  1. 1
    1
      index.html
  2. 1
    2
      libs/app.bundle.js
  3. 1
    2
      modules/UI/toolbars/Toolbar.js

+ 1
- 1
index.html Visa fil

19
     <script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
19
     <script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
20
     <script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
20
     <script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
21
     <script src="interface_config.js?v=5"></script>
21
     <script src="interface_config.js?v=5"></script>
22
-    <script src="libs/app.bundle.js?v=46"></script>
22
+    <script src="libs/app.bundle.js?v=47"></script>
23
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
23
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
24
     <link rel="stylesheet" href="css/font.css?v=6"/>
24
     <link rel="stylesheet" href="css/font.css?v=6"/>
25
     <link rel="stylesheet" href="css/toastr.css?v=1">
25
     <link rel="stylesheet" href="css/toastr.css?v=1">

+ 1
- 2
libs/app.bundle.js Visa fil

5515
                 }
5515
                 }
5516
             }
5516
             }
5517
         },
5517
         },
5518
-        null,
5519
-        ':input:first'
5518
+        null, null, ':input:first'
5520
     );
5519
     );
5521
 }
5520
 }
5522
 
5521
 

+ 1
- 2
modules/UI/toolbars/Toolbar.js Visa fil

243
                 }
243
                 }
244
             }
244
             }
245
         },
245
         },
246
-        null,
247
-        ':input:first'
246
+        null, null, ':input:first'
248
     );
247
     );
249
 }
248
 }
250
 
249
 

Laddar…
Avbryt
Spara