Merge pull request #748 from hmhealey/plt233
PLT-233 Removed click handler from RHS [...] menu
Этот коммит содержится в:
@@ -114,14 +114,7 @@ export default class RhsComment extends React.Component {
|
|||||||
var ownerOptions;
|
var ownerOptions;
|
||||||
if (isOwner && post.state !== Constants.POST_FAILED && post.state !== Constants.POST_LOADING) {
|
if (isOwner && post.state !== Constants.POST_FAILED && post.state !== Constants.POST_LOADING) {
|
||||||
ownerOptions = (
|
ownerOptions = (
|
||||||
<div
|
<div className='dropdown'>
|
||||||
className='dropdown'
|
|
||||||
onClick={
|
|
||||||
function scroll() {
|
|
||||||
$('.post-list-holder-by-time').scrollTop($('.post-list-holder-by-time').scrollTop() + 50);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
>
|
|
||||||
<a
|
<a
|
||||||
href='#'
|
href='#'
|
||||||
className='dropdown-toggle theme'
|
className='dropdown-toggle theme'
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user