Removed old/not longer needed code.

This commit is contained in:
Martin Edenhofer 2014-12-31 13:24:04 +01:00
parent 22d4da61dd
commit 4561849bc1
3 changed files with 0 additions and 20 deletions

View file

@ -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' )

View file

@ -27,9 +27,6 @@ class App.Run extends App.Controller
# start widgets # start widgets
@setupWidget( 'Widgets', 'widget', @el ) @setupWidget( 'Widgets', 'widget', @el )
# start widgets
# @setupWidget( 'Footers', 'footer', @el.find('footer') )
# bind to fill selected text into # bind to fill selected text into
App.ClipBoard.bind( @el ) App.ClipBoard.bind( @el )

View file

@ -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>