Add slide number in the title in slide2

This commit is contained in:
yflory
2017-09-08 18:21:11 +02:00
parent c3a07e879c
commit 514bff7065
6 changed files with 28 additions and 15 deletions

View File

@@ -32,7 +32,6 @@ define(['jquery'], function ($) {
}
};
// update title: href is optional; if not specified, we use window.location.href
exp.updateTitle = function (newTitle, cb) {
cb = cb || $.noop;
if (newTitle === exp.title) { return; }