Add description about the purpose

This commit is contained in:
YUKI Hiroshi 2016-09-05 15:30:23 +09:00
parent 77b02db495
commit 62cda54a6f

View File

@ -205,6 +205,7 @@ TreeStyleTabWindowHelper.overrideExtensionsAfterBrowserInit = function TSTWH_ove
// Selection Links // Selection Links
// https://addons.mozilla.org/firefox/addon/selection-links/ // https://addons.mozilla.org/firefox/addon/selection-links/
// open selection links as child tabs
if ('selectionlinks' in window && if ('selectionlinks' in window &&
'parseSelection' in selectionlinks && 'parseSelection' in selectionlinks &&
TreeStyleTabUtils.getTreePref('compatibility.SelectionLinks') && TreeStyleTabUtils.getTreePref('compatibility.SelectionLinks') &&