Skip to content

Instantly share code, notes, and snippets.

View weidenfreak's full-sized avatar

Meike Bartel weidenfreak

View GitHub Profile
GitHub.TreeFinder = function() {
if ($("#slider").length != 0) {
var a = this;
$.hotkeys({
t: function() {
a.show()
}
});
var d = new Image;
d.src = "/images/modules/ajax/spinner.gif"