@@ -18,6 +18,7 @@ var control = (function() {
1818 type : "button" ,
1919 func : function ( ) {
2020 menu . open ( ) ;
21+ theme . render . custom . tabIndex ( ) ;
2122 } ,
2223 } , {
2324 element : ".control-add-link" ,
@@ -183,60 +184,70 @@ var control = (function() {
183184 type : "button" ,
184185 func : function ( ) {
185186 menu . nav ( "layout" ) ;
187+ theme . render . custom . tabIndex ( ) ;
186188 }
187189 } , {
188190 element : ".control-menu-header" ,
189191 type : "button" ,
190192 func : function ( ) {
191193 menu . nav ( "header" ) ;
194+ theme . render . custom . tabIndex ( ) ;
192195 }
193196 } , {
194197 element : ".control-menu-groups" ,
195198 type : "button" ,
196199 func : function ( ) {
197200 menu . nav ( "groups" ) ;
201+ theme . render . custom . tabIndex ( ) ;
198202 }
199203 } , {
200204 element : ".control-menu-bookmarks" ,
201205 type : "button" ,
202206 func : function ( ) {
203207 menu . nav ( "bookmarks" ) ;
208+ theme . render . custom . tabIndex ( ) ;
204209 }
205210 } , {
206211 element : ".control-menu-theme" ,
207212 type : "button" ,
208213 func : function ( ) {
209214 menu . nav ( "theme" ) ;
215+ theme . render . custom . tabIndex ( ) ;
210216 }
211217 } , {
212218 element : ".control-menu-background" ,
213219 type : "button" ,
214220 func : function ( ) {
215221 menu . nav ( "background" ) ;
222+ theme . render . custom . tabIndex ( ) ;
216223 }
217224 } , {
218225 element : ".control-menu-data" ,
219226 type : "button" ,
220227 func : function ( ) {
221228 menu . nav ( "data" ) ;
229+ theme . render . custom . tabIndex ( ) ;
222230 }
223231 } , {
224232 element : ".control-menu-coffee" ,
225233 type : "button" ,
226234 func : function ( ) {
227235 menu . nav ( "coffee" ) ;
236+ theme . render . custom . tabIndex ( ) ;
228237 }
229238 } , {
230239 element : ".control-menu-nighttab" ,
231240 type : "button" ,
232241 func : function ( ) {
233242 menu . nav ( "nighttab" ) ;
243+ theme . render . custom . tabIndex ( ) ;
234244 }
235245 } , {
236246 element : ".control-menu-close" ,
237247 type : "button" ,
238248 func : function ( ) {
239249 menu . close ( ) ;
250+ theme . render . custom . tabIndex ( ) ;
240251 }
241252 } ]
242253 } ,
0 commit comments