We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0f93f commit 0470f2eCopy full SHA for 0470f2e
lib/Panel.js
@@ -14,8 +14,7 @@ exports.init = function() {
14
height: 380,
15
contentURL: Data.get("html/ConfirmPanel.html"),
16
contentScriptFile: [ Data.get("js/ConfirmPanel.js") ],
17
- onShow: function() { getPreferences(); },
18
- onHide: function () { Notification.sendMsg("saveCancel_id"); }
+ onShow: function() { getPreferences(); }
19
});
20
21
package.json
@@ -5,7 +5,7 @@
5
"description": "Saves highlighted text to a file in a specified directory",
6
"author": "Robert Byrne",
7
"license": "GNU GPL v3",
8
- "version": "2.1.2",
+ "version": "2.1.3",
9
"preferences": [{
10
"name": "fileName",
11
"title": "File name?",
0 commit comments