restartless icon indicating copy to clipboard operation
restartless copied to clipboard

Restartless Addon, A template for restartless addons.

Results 1 restartless issues
Sort by recently updated
recently updated
newest added

Apparently they changed FF UI in FF nightly. It breaks ToolbarItem.js in https://github.com/piroor/restartless/blob/master/modules/lib/ToolbarItem.js#L235 `toolbar.id === 'nav-bar'` however `this._document.getElementById(items[index])` in https://github.com/piroor/restartless/blob/master/modules/lib/ToolbarItem.js#L248 returns an element whose `id === 'nav-bar-customization-target'` It's a ``...