summaryrefslogtreecommitdiffstats
path: root/web/navigation.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/navigation.js')
-rw-r--r--web/navigation.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/web/navigation.js b/web/navigation.js
deleted file mode 100644
index c7830a8..0000000
--- a/web/navigation.js
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * Copyright (c) 2012-2014 Kaarle Ritvanen
- * See LICENSE file for license details
- */
-
-define(["jquery", "jquery-bbq"], function($) {
- return {
- getPath: function() { return decodeURI($.param.fragment()); },
- setPath: function(path) { $.bbq.pushState("#" + encodeURI(path)); }
- };
-});