fixed autocomplete bugginess further

This commit is contained in:
Connor Turland 2013-02-16 19:08:19 -05:00
parent 210c73e81b
commit 667d86083c

View file

@ -3,8 +3,8 @@
* This javascript is returned and executed when you create a new node.
*/
$('#new_topic').fadeOut('fast');
$('#topic_name').autocomplete('disable');
$('#topic_name').attr('value','');
$('#topic_name').autocomplete('disable');
$('#topic_grabTopic').attr('value','null');
$('#topic_addSynapse').attr('value','false');