QR link fixes
This commit is contained in:
parent
75735aedf0
commit
f4059e723d
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* 4chan X - Version 1.2.7 - 2013-05-19
|
||||
* 4chan X - Version 1.2.7 - 2013-05-20
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -692,7 +692,7 @@ a.hide-announcement {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.qr-link {
|
||||
.qr-link-container {
|
||||
text-align: center;
|
||||
}
|
||||
.persona {
|
||||
|
||||
@ -37,9 +37,8 @@ QR =
|
||||
return unless QR.postingIsEnabled
|
||||
|
||||
link = $.el 'h1',
|
||||
innerHTML: "<a href=javascript:;>#{title = if g.VIEW is 'thread' then 'Reply to Thread' else 'Start a Thread'}</a>"
|
||||
title: title
|
||||
className: "qr-link"
|
||||
innerHTML: "<a href=javascript:; title=#{title} class='qr-link'>#{title = if g.VIEW is 'thread' then 'Reply to Thread' else 'Start a Thread'}</a>"
|
||||
className: "qr-link-container"
|
||||
$.on link.firstChild, 'click', ->
|
||||
$.event 'CloseMenu'
|
||||
QR.open()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user