]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/media/js/osqa.question.js
#OSQA-544, words in cyrillic should also be counted, adding the А-Я (all the letters...
[osqa.git] / forum / skins / default / media / js / osqa.question.js
1 $(function () {
2     $('div#editor_side_bar').hide();
3
4     $('#editor').focus(function(){ $('div#editor_side_bar').fadeIn('slow') });
5     $('#editor').blur(function(){ $('div#editor_side_bar').fadeOut('slow') });
6 });