Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 1b13560

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into pr/1555
# Conflicts: # js/templates/appBar.html # js/views/settingsVw.js
2 parents 2ee93f8 + b486859 commit 1b13560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/views/settingsVw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ module.exports = Backbone.View.extend({
10781078
toggleFancyStyles: function(){
10791079
var $html = $('html');
10801080

1081-
if($('#advancedForm').find('input[name="notFancy"]').prop('checked')){
1081+
if ($('#advancedForm').find('input[name="notFancy"]').prop('checked')){
10821082
$html.addClass('notFancy');
10831083
localStorage.setItem('notFancy', "true");
10841084
} else {

0 commit comments

Comments
 (0)