Version 1.3.2.0

+ Fix a problem with the badged_color settings
+ Message for Incognito mode
+ Suggestion #65 implemented
This commit is contained in:
Kevin Röbert
2018-06-19 18:13:44 +02:00
parent d7b30f7f70
commit 71ec21e871
4 changed files with 78 additions and 15 deletions

View File

@@ -45,6 +45,8 @@ function save()
{
core(function (ref){
ref.setData('badged_color', $('input[name=badged_color]').val());
ref.setBadgedStatus();
ref.setData('ruleURL', $('input[name=rule_url]').val());
ref.setData('hashURL', $('input[name=hash_url]').val());
ref.saveOnExit();