mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
Release notes could be shown nicer - but it's not supported by fennec.
This commit is contained in:
parent
736d6b0fb2
commit
b39851b289
@ -54,6 +54,11 @@ browser.storage.local.get().then(function(data){
|
||||
var callbacks = {
|
||||
showReleaseNotes: function(){
|
||||
window.open("../releaseNotes.txt", "_blank");
|
||||
// would be nicer but is not supported in fennec
|
||||
// browser.windows.create({
|
||||
// url: "../releaseNotes.txt",
|
||||
// type: "popup"
|
||||
// });
|
||||
},
|
||||
clearPersistentRnd: function(){
|
||||
browser.storage.local.set({persistentRndStorage: ""});
|
||||
|
Loading…
x
Reference in New Issue
Block a user