js: Remove out-commented function hrefIsHashtag from events.js

This commit is contained in:
Eric Lippmann 2015-02-13 09:59:34 +01:00
parent 069e86c2fd
commit 9bf8488f68
1 changed files with 0 additions and 8 deletions

View File

@ -517,14 +517,6 @@
return $target;
},
/*
hrefIsHashtag: function(href) {
// WARNING: IE gives full URL :(
// Also it doesn't support negativ indexes in substr
return href.substr(href.length - 1, 1) == '#';
},
*/
unbindGlobalHandlers: function () {
$.each(self.icinga.behaviors, function (name, behavior) {
behavior.unbind($(document));