remove '"' candidate list
This commit is contained in:
		
							parent
							
								
									0125010a05
								
							
						
					
					
						commit
						c9e3d5271a
					
				|  | @ -208,5 +208,5 @@ | |||
|   </div> | ||||
| </div> | ||||
| <script> | ||||
|   orbitDesktop.initializeJournals.prototype.autocomplete = { "journal_title" : <%= @journal_candidate  %>, "co_authors_candidate" : <%= @co_author_candidate %> } | ||||
|   orbitDesktop.initializeJournals.prototype.autocomplete = { "journal_title" : <%= @journal_candidate.to_json.html_safe   %>, "co_authors_candidate" : <%= @co_author_candidate.to_json.html_safe  %> } | ||||
| </script> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue