Use wiki tab for wiki, wall, snippets
This commit is contained in:
parent
39bbdc468f
commit
35ad4fe7db
10 changed files with 87 additions and 111 deletions
|
@ -53,12 +53,6 @@ $ ->
|
|||
$('.trigger-submit').on 'change', ->
|
||||
$(@).parents('form').submit()
|
||||
|
||||
# Wiki resizer
|
||||
$('.wiki-fullscreen').on 'click', ->
|
||||
$('.writeboards-menu').toggleClass('hide')
|
||||
$('.writeboards-content').toggleClass('span9').toggleClass('span12')
|
||||
|
||||
|
||||
# Flash
|
||||
if (flash = $(".flash-container")).length > 0
|
||||
flash.click -> $(@).fadeOut()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue