Add slide number in the title in slide2
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user