Skip to content

Commit

Permalink
Merge pull request #827 from OpenGeoscience/tutorial-update-on-delete
Browse files Browse the repository at this point in the history
Fix having tutorials update if text is deleted.
  • Loading branch information
manthey authored Jun 1, 2018
2 parents caa9dd4 + 694dafd commit 8e790de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/common/tutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ function process_block_debounce(selector, debounce) {
processBlockInfo.lastelem = selector;
if (!debounce) {
process_block(selector);
return;
}
return;
}
processBlockInfo.timer = window.setTimeout(function () {
process_block(processBlockInfo.lastelem);
Expand Down

0 comments on commit 8e790de

Please sign in to comment.