Skip to content
Snippets Groups Projects
Commit 73f6f21f authored by Aaron Ogle's avatar Aaron Ogle
Browse files

Merge pull request #1249 from karmacoma/rocketchat-cleanup

Fixed some permissions, spelling error sportlight -> spotlight, removed unused html, remove disabled code.
parents 35b23a4f 8e87d96c
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 30 deletions
File mode changed from 100755 to 100644
......@@ -25,15 +25,3 @@ Template.flexTabBar.events
RocketChat.TabBar.setTemplate $(e.currentTarget).data('template'), ->
$('.flex-tab')?.find("input[type='text']:first")?.focus()
$('.flex-tab .content')?.scrollTop(0)
# if Session.get('flexOpened') and Session.equals('whichFlexOpened', $(e.currentTarget).data('target'))
# Session.set('rtcLayoutmode', 0)
# Session.set('flexOpened',false)
# Session.set('whichFlexOpened')
# else
# $(e.currentTarget).addClass 'active'
# Session.set('flexOpened', true)
# Session.set('whichFlexOpened', $(e.currentTarget).data('target'))
# # $('.user-info-content').hide()
# # $($(e.currentTarget).attr('href')).show()
......@@ -4,22 +4,4 @@
<i class="{{icon}}"></i>
</div>
{{/each}}
{{!-- <div class="tab-button" data-target="messageSearch" title="Search">
<i class="icon-search" aria-label="{{_ "Search"}}"></i>
</div>
<div class="tab-button" data-target="membersList" title="Member List">
<i class="icon-users" aria-label="{{_ "Members_List"}}"></i>
</div> --}}
{{!-- <div class="tab-button" data-target="pinned-messages" title="Pinned Messages">
<i class="icon-pin"></i>
</div>
<div class="tab-button" data-target="room-files" title="Files">
<i class="icon-hdd"></i>
</div>
<div class="tab-button" data-target="chat-ops" title="ChatOps">
<i class="icon-code"></i>
</div>
<div class="tab-button" data-target="channel-settings" title="Channel Settings">
<i class="icon-cog"></i>
</div> --}}
</template>
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment