Vis4Sense / HistoryMap

http://sensemap.io
60 stars 7 forks source link

Display session title #109

Closed kaidatavis closed 6 months ago

kaidatavis commented 6 years ago

Once a new sessions is created or a session is loaded, the HistoryMap window title (or some other display), should be updated to reflect this.

HumzahJavid commented 6 years ago

In src\historyMap\menu.js the section relating to creating a new session (line 106 to 114), the session title and other settings are not successfully appended to the DOM element with the "settings" id.

Lines 112 and 113 are shown below.

            input.id = 'sessionName';
            document.getElementById('settings').appendChild(input);

No additional HTML is appended to the settings div, as seen in the Chrome inspector.