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

Fixed addSheets exception and shuffling of tools #141

Merged
merged 1 commit into from
Aug 1, 2018

Conversation

MartijnR
Copy link
Contributor

@MartijnR MartijnR commented Aug 1, 2018

No description provided.

@MartijnR MartijnR requested a review from yanokwa August 1, 2018 20:58
@@ -145,7 +145,7 @@ function addSheets(){
for (var j=0 ; j < 3 ; j++){
var span = document.createElement('span');
var type = ['survey', 'choices', 'settings'][j];
if (j > 0) {
if (j > 0 && tds[j]) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see the addSheets exception (not even sure where to look), but I trust you.

@MartijnR MartijnR merged commit 14e0f2b into master Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants