You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "View List" links for stop words, lemmas, etc. use alert() to display uploaded files, but the JavaScript breaks if the lists contain line breaks. We should eventually replace alert() with a JQuery UI dialog. This should fix the problem.
The text was updated successfully, but these errors were encountered:
Alerts have now been replaced with JQuery UI dialogs. The code assumes a list with each term on a separate line, so comma or tab-separated lists may not display correctly. Special characters might also not display correctly. This needs some testing before the issue can be closed.
The "View List" links for stop words, lemmas, etc. use alert() to display uploaded files, but the JavaScript breaks if the lists contain line breaks. We should eventually replace alert() with a JQuery UI dialog. This should fix the problem.
The text was updated successfully, but these errors were encountered: