User:Locke/common.js: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
No edit summary
mNo edit summary
Line 20: Line 20:
// select a tab
// select a tab
var tabselect = function( target, selector, selection ) {
var tabselect = function( target, selector, selection ) {
 
  console.log( selection );
   // set the data
   // set the data
   tabstate[target][selector] = selection;
   tabstate[target][selector] = selection;