mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
js: Remove out-commented function hrefIsHashtag from events.js
This commit is contained in:
parent
069e86c2fd
commit
9bf8488f68
@ -517,14 +517,6 @@
|
|||||||
return $target;
|
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 () {
|
unbindGlobalHandlers: function () {
|
||||||
$.each(self.icinga.behaviors, function (name, behavior) {
|
$.each(self.icinga.behaviors, function (name, behavior) {
|
||||||
behavior.unbind($(document));
|
behavior.unbind($(document));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user