Skip to content

Commit

Permalink
Revise options.js #153 to#12
Browse files Browse the repository at this point in the history
* Fix a bug that can't save "Post Config"'s data on Windows, if "browser.preferences.instantApply" is `true` #153
* Change File Picker's window title
* options.xul: load expand.js
* Gruntfile.js: Uncomment options.js

Close #153
  • Loading branch information
syoichi committed Apr 13, 2015
1 parent d497ced commit 16df8ee
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 280 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -19,7 +19,7 @@ module.exports = function (grunt) {
// 'xpi/chrome/content/library/extractors.js',
// 'xpi/chrome/content/library/ui.js',
// 'xpi/chrome/content/quickPostForm.js',
// 'xpi/chrome/content/options/options.js',
'xpi/chrome/content/options/options.js',
'xpi/chrome/content/changeAccount/changeAccount.js',
// 'xpi/chrome/content/wsh.js',
'xpi/defaults/preferences/prefs.js'
Expand Down

0 comments on commit 16df8ee

Please sign in to comment.