diff --git a/src/Filtering/Filter.coffee b/src/Filtering/Filter.coffee index ba09d260fa..abdd13b350 100644 --- a/src/Filtering/Filter.coffee +++ b/src/Filtering/Filter.coffee @@ -283,7 +283,7 @@ Filter = $('span', notice.el).textContent = "#{notice.filters.length} MD5s filtered." else msg = $.el 'div', - <%= html('MD5 filtered. [show] [undo]') %> + `<%= html('MD5 filtered. [show] [undo]') %>` notice = Filter.quickFilterMD5.notice = new Notice 'info', msg, undefined, -> delete Filter.quickFilterMD5.notice notice.filters = [filter] diff --git a/src/Filtering/ThreadHiding.coffee b/src/Filtering/ThreadHiding.coffee index 4e250227af..d56318517d 100644 --- a/src/Filtering/ThreadHiding.coffee +++ b/src/Filtering/ThreadHiding.coffee @@ -139,7 +139,7 @@ ThreadHiding = a = $.el 'a', className: "#{type}-thread-button" href: 'javascript:;' - $.extend a, <%= html('') %> + $.extend a, `<%= html('') %>` a.dataset.fullID = thread.fullID $.on a, 'click', ThreadHiding.toggle a diff --git a/src/General/Header.coffee b/src/General/Header.coffee index 054d5ba8ce..6654b2fe12 100644 --- a/src/General/Header.coffee +++ b/src/General/Header.coffee @@ -11,7 +11,7 @@ Header = menuButton = $.el 'span', className: 'menu-button' - $.extend menuButton, <%= html('') %> + $.extend menuButton, `<%= html('') %>` box = UI.checkbox @@ -142,7 +142,7 @@ Header = setBoardList: -> Header.boardList = boardList = $.el 'span', id: 'board-list' - $.extend boardList, <%= html( + $.extend boardList, `<%= html( '' + '