diff --git a/public/js/icinga/events.js b/public/js/icinga/events.js index 57c365649..528899dcb 100644 --- a/public/js/icinga/events.js +++ b/public/js/icinga/events.js @@ -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));