mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
82bb25d0f2
commit
749b088fe9
7 changed files with 33 additions and 3 deletions
|
@ -81,4 +81,9 @@
|
|||
return _(ev.data);
|
||||
});
|
||||
|
||||
var data = require("sdk/self").data;
|
||||
preferences.on("showReleaseNotes", function(){
|
||||
var url = data.url("releaseNotes.txt").replace("/data/", "/");
|
||||
require("sdk/tabs").open(url);
|
||||
});
|
||||
}());
|
Loading…
Add table
Add a link
Reference in a new issue