fixed autocomplete bugginess further
This commit is contained in:
parent
210c73e81b
commit
667d86083c
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue