Commit 3b53cb452812f0dc807a9543dd1520b2d80c675c
1 parent
e2e5ed43
Exists in
master
load pairwise options on load
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/content_viewer/_pairwise_prompts.html.erb
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | <% unless question %> |
| 4 | 4 | <div style="height: 190px"></div> |
| 5 | 5 | <script> |
| 6 | - <%= pairwise_spinner_show_function_call(pairwise_content) %> | |
| 6 | + <%= pairwise_spinner_show_function_call(pairwise_content).html_safe %> | |
| 7 | 7 | jQuery.ajax({ |
| 8 | 8 | url: "<%= url_for :controller=>'pairwise_plugin_profile', :action=>'load_prompt', :profile => pairwise_content.profile.identifier, :id => pairwise_content.id %>", |
| 9 | 9 | dataType: 'script' | ... | ... |