remove icon on timeline back button

it's cleaner looking this way.. omit needless, uh, ICONS!
This commit is contained in:
Jeff Atwood 2016-05-24 16:57:29 -07:00 committed by Robin Ward
parent b9f82641b0
commit 1de8b0ab90
No known key found for this signature in database
GPG Key ID: 0E091E2B4ED1B83D
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ createWidget('timeline-last-read', {
iconNode('circle', { class: 'progress' }),
this.attach('button', {
className: 'btn btn-primary btn-small',
icon: 'arrow-left',
label: 'topic.timeline.back',
title: 'topic.timeline.back_description',
action: 'goBack'