Removed old/not longer needed code.
This commit is contained in:
parent
22d4da61dd
commit
4561849bc1
3 changed files with 0 additions and 20 deletions
|
@ -1,13 +0,0 @@
|
|||
class App.Footer extends App.Controller
|
||||
constructor: ->
|
||||
super
|
||||
@render()
|
||||
|
||||
# rebuild ticket overview data
|
||||
@bind 'ui:rerender', =>
|
||||
@render()
|
||||
|
||||
render: () ->
|
||||
@html App.view('footer')()
|
||||
|
||||
#App.Config.set( 'footer', App.Footer, 'Footers' )
|
|
@ -27,9 +27,6 @@ class App.Run extends App.Controller
|
|||
# start widgets
|
||||
@setupWidget( 'Widgets', 'widget', @el )
|
||||
|
||||
# start widgets
|
||||
# @setupWidget( 'Footers', 'footer', @el.find('footer') )
|
||||
|
||||
# bind to fill selected text into
|
||||
App.ClipBoard.bind( @el )
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<div>
|
||||
<p class="pull-right"><a href="javascript:window.scrollTo(0,0);"><%- @T('Back to top') %></a></p>
|
||||
<p><%- @T('Designed and built with all the love in the world') %> <a href="http://twitter.com/zammad_org">@zammad_org</a></p>
|
||||
</div>
|
Loading…
Reference in a new issue