diff --git a/modules/xerte/parent_templates/Nottingham/models_html5/interactiveText.html b/modules/xerte/parent_templates/Nottingham/models_html5/interactiveText.html index f2be60985..c9da79ba6 100644 --- a/modules/xerte/parent_templates/Nottingham/models_html5/interactiveText.html +++ b/modules/xerte/parent_templates/Nottingham/models_html5/interactiveText.html @@ -570,6 +570,7 @@ .fadeIn(); $pageContents.data("currentGroup", index); + x_pageContentsUpdated(); } }); @@ -620,6 +621,7 @@ $("#prevBtn").button("enable"); $pageContents.data("currentGroup", currentGroup); + x_pageContentsUpdated(); }) .attr("tabindex", tabIndex+1); @@ -658,6 +660,7 @@ $("#nextBtn").button("enable"); $pageContents.data("currentGroup", currentGroup); + x_pageContentsUpdated(); }) .attr("tabindex", tabIndex+2); @@ -1003,6 +1006,7 @@ } $pageContents.data("currentGroup", currentGroup); + x_pageContentsUpdated(); }; // only used in find interactions - sets up arrays to hold found/complete data & create buttons