mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 04:18:49 +01:00
6 lines
No EOL
218 B
CoffeeScript
6 lines
No EOL
218 B
CoffeeScript
# Tracks specific coffeescript
|
|
# TracksApp =
|
|
# goto_page: (page) -> window.location.href = page
|
|
# go_home: this.goto_page "/"
|
|
# go_contexts: this.goto_page "/contexts"
|
|
# go_projects: this.goto_page "/projects" |