remove unused code, add todos, fix minor errors

This commit is contained in:
ansuz
2016-02-12 12:03:15 +01:00
parent 8ba1f5dfc9
commit 2c5a2b6023
3 changed files with 6 additions and 17 deletions

View File

@@ -6,6 +6,7 @@ define([
'/bower_components/jquery/dist/jquery.min.js',
'/customize/pad.js'
], function (Config, Realtime, Messages, Crypto) {
// TODO consider adding support for less.js
var $ = jQuery;
$(window).on('hashchange', function() {
window.location.reload();