diff --git a/LICENSE b/LICENSE index f3beefff8..bd01cdbb0 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.2.44 - 2013-12-25 +* 4chan X - Version 1.2.44 - 2013-12-26 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 972736f1e..d4e243afb 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -22,7 +22,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.2.44 - 2013-12-25 +* 4chan X - Version 1.2.44 - 2013-12-26 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE diff --git a/builds/crx/script.js b/builds/crx/script.js index c2a1a120b..e954eb0ae 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.2.44 - 2013-12-25 +* 4chan X - Version 1.2.44 - 2013-12-26 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE diff --git a/src/Filtering/PostHiding.coffee b/src/Filtering/PostHiding.coffee index 1c13a0c0a..d6499e054 100755 --- a/src/Filtering/PostHiding.coffee +++ b/src/Filtering/PostHiding.coffee @@ -51,7 +51,15 @@ PostHiding = return false PostHiding.menu.post = post true - subEntries: [{el: apply}, {el: thisPost}, {el: replies}, {el: makeStub}] + subEntries: [ + el: apply + , + el: thisPost + , + el: replies + , + el: makeStub + ] # Show div = $.el 'div', @@ -85,7 +93,13 @@ PostHiding = thisPost.firstChild.checked = post.isHidden replies.firstChild.checked = if data?.hideRecursively? then data.hideRecursively else Conf['Recursive Hiding'] true - subEntries: [{el: apply}, {el: thisPost}, {el: replies}] + subEntries: [ + el: apply + , + el: thisPost + , + el: replies + ] $.event 'AddMenuEntry', type: 'post' diff --git a/src/General/Header.coffee b/src/General/Header.coffee index 5d221cae3..18c3eb810 100755 --- a/src/General/Header.coffee +++ b/src/General/Header.coffee @@ -68,15 +68,23 @@ Header = textContent: 'Header' order: 107 subEntries: [ - {el: barFixedToggler} - {el: headerToggler} - {el: scrollHeaderToggler} - {el: barPositionToggler} - {el: linkJustifyToggler} - {el: footerToggler} - {el: shortcutToggler} - {el: customNavToggler} - {el: editCustomNav} + el: barFixedToggler + , + el: headerToggler + , + el: scrollHeaderToggler + , + el: barPositionToggler + , + el: linkJustifyToggler + , + el: footerToggler + , + el: shortcutToggler + , + el: customNavToggler + , + el: editCustomNav ] $.on window, 'load hashchange', Header.hashScroll