Dont really need a title
This commit is contained in:
parent
f4059e723d
commit
9462910961
@ -4660,14 +4660,14 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
initReady: function() {
|
initReady: function() {
|
||||||
var link, title;
|
var link;
|
||||||
|
|
||||||
QR.postingIsEnabled = !!$.id('postForm');
|
QR.postingIsEnabled = !!$.id('postForm');
|
||||||
if (!QR.postingIsEnabled) {
|
if (!QR.postingIsEnabled) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
link = $.el('h1', {
|
link = $.el('h1', {
|
||||||
innerHTML: "<a href=javascript:; title=" + title + " class='qr-link'>" + (title = g.VIEW === 'thread' ? 'Reply to Thread' : 'Start a Thread') + "</a>",
|
innerHTML: "<a href=javascript:; class='qr-link'>" + (g.VIEW === 'thread' ? 'Reply to Thread' : 'Start a Thread') + "</a>",
|
||||||
className: "qr-link-container"
|
className: "qr-link-container"
|
||||||
});
|
});
|
||||||
$.on(link.firstChild, 'click', function() {
|
$.on(link.firstChild, 'click', function() {
|
||||||
|
|||||||
@ -4644,14 +4644,14 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
initReady: function() {
|
initReady: function() {
|
||||||
var link, title;
|
var link;
|
||||||
|
|
||||||
QR.postingIsEnabled = !!$.id('postForm');
|
QR.postingIsEnabled = !!$.id('postForm');
|
||||||
if (!QR.postingIsEnabled) {
|
if (!QR.postingIsEnabled) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
link = $.el('h1', {
|
link = $.el('h1', {
|
||||||
innerHTML: "<a href=javascript:; title=" + title + " class='qr-link'>" + (title = g.VIEW === 'thread' ? 'Reply to Thread' : 'Start a Thread') + "</a>",
|
innerHTML: "<a href=javascript:; class='qr-link'>" + (g.VIEW === 'thread' ? 'Reply to Thread' : 'Start a Thread') + "</a>",
|
||||||
className: "qr-link-container"
|
className: "qr-link-container"
|
||||||
});
|
});
|
||||||
$.on(link.firstChild, 'click', function() {
|
$.on(link.firstChild, 'click', function() {
|
||||||
|
|||||||
@ -4646,14 +4646,14 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
initReady: function() {
|
initReady: function() {
|
||||||
var link, title;
|
var link;
|
||||||
|
|
||||||
QR.postingIsEnabled = !!$.id('postForm');
|
QR.postingIsEnabled = !!$.id('postForm');
|
||||||
if (!QR.postingIsEnabled) {
|
if (!QR.postingIsEnabled) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
link = $.el('h1', {
|
link = $.el('h1', {
|
||||||
innerHTML: "<a href=javascript:; title=" + title + " class='qr-link'>" + (title = g.VIEW === 'thread' ? 'Reply to Thread' : 'Start a Thread') + "</a>",
|
innerHTML: "<a href=javascript:; class='qr-link'>" + (g.VIEW === 'thread' ? 'Reply to Thread' : 'Start a Thread') + "</a>",
|
||||||
className: "qr-link-container"
|
className: "qr-link-container"
|
||||||
});
|
});
|
||||||
$.on(link.firstChild, 'click', function() {
|
$.on(link.firstChild, 'click', function() {
|
||||||
|
|||||||
@ -37,7 +37,7 @@ QR =
|
|||||||
return unless QR.postingIsEnabled
|
return unless QR.postingIsEnabled
|
||||||
|
|
||||||
link = $.el 'h1',
|
link = $.el 'h1',
|
||||||
innerHTML: "<a href=javascript:; title=#{title} class='qr-link'>#{title = if g.VIEW is 'thread' then 'Reply to Thread' else 'Start a Thread'}</a>"
|
innerHTML: "<a href=javascript:; class='qr-link'>#{if g.VIEW is 'thread' then 'Reply to Thread' else 'Start a Thread'}</a>"
|
||||||
className: "qr-link-container"
|
className: "qr-link-container"
|
||||||
$.on link.firstChild, 'click', ->
|
$.on link.firstChild, 'click', ->
|
||||||
$.event 'CloseMenu'
|
$.event 'CloseMenu'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user