Project

General

Profile

« Previous | Next » 

Revision 453ba039

Added by koszko about 2 years ago

add styling for popup page\n\nThis does not include styling for contents of the import dialog

View differences:

html/options_main.js
77 77
	    break;
78 78
	}
79 79
    }
80
    if (!li.parentElement)
81
	ul.ul.appendChild(li);
80
    if (!li.parentElement) {
81
	if (ul.work_li !== ul.ul.lastElementChild)
82
	    ul.ul.appendChild(li);
83
	else
84
	    ul.work_li.before(li);
85
    }
82 86

  
83 87
    list_set_scrollbar(ul.ul);
84 88
}

Also available in: Unified diff