mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
Remove unfinished search autocomplete
This commit is contained in:
parent
f1bd774437
commit
7b9dbf75bb
@ -135,6 +135,7 @@
|
|||||||
$(this).removeClass('hover');
|
$(this).removeClass('hover');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/*
|
||||||
$(".search input").live("keyup", function(e) {
|
$(".search input").live("keyup", function(e) {
|
||||||
clearTimeout($.data(this, 'timer'));
|
clearTimeout($.data(this, 'timer'));
|
||||||
|
|
||||||
@ -186,7 +187,7 @@
|
|||||||
}, 100));
|
}, 100));
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
/** ---------------------------------------------
|
/** ---------------------------------------------
|
||||||
* LANGAUGE SELECTER
|
* LANGAUGE SELECTER
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user