Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View List Links #3

Open
scottkleinman opened this issue Feb 12, 2013 · 1 comment
Open

View List Links #3

scottkleinman opened this issue Feb 12, 2013 · 1 comment
Labels

Comments

@scottkleinman
Copy link
Collaborator

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.

@scottkleinman
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant