Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
4f4c6014
Commit
4f4c6014
authored
9 years ago
by
Gabriel Engel
Browse files
Options
Downloads
Patches
Plain Diff
remove log
parent
dd2d085f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
client/lib/chatMessages.coffee
+1
-1
1 addition, 1 deletion
client/lib/chatMessages.coffee
client/views/app/chatMessageDashboard.coffee
+2
-4
2 additions, 4 deletions
client/views/app/chatMessageDashboard.coffee
with
3 additions
and
5 deletions
client/lib/chatMessages.coffee
+
1
−
1
View file @
4f4c6014
...
...
@@ -5,7 +5,7 @@
init
=
->
wrapper
=
$
(
".messages-container"
).
find
(
".wrapper"
)
console
.
log
wrapper
console
.
log
'ChatMessages init wrapper: '
,
wrapper
if
window
.
rocketDebug
input
=
$
(
".input-message"
).
get
(
0
)
self
.
scrollable
=
false
wrapper
.
bind
"scroll"
,
->
...
...
This diff is collapsed.
Click to expand it.
client/views/app/chatMessageDashboard.coffee
+
2
−
4
View file @
4f4c6014
Template
.
chatMessageDashboard
.
helpers
own
:
->
return
'own'
if
this
.
u
?
.
_id
is
Meteor
.
userId
()
username
:
->
return
this
.
u
.
username
Tracker
.
nonreactive
->
return
'own'
if
this
.
u
?
.
_id
is
Meteor
.
userId
()
messageDate
:
(
date
)
->
return
moment
(
date
).
format
(
'LL'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment