mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
refactor: reorganise network page
Backend form handling slightly simplified - date is own form now
This commit is contained in:
@@ -195,6 +195,10 @@ function get_network() {
|
||||
});
|
||||
|
||||
layout.run();
|
||||
|
||||
setTimeout(function () {
|
||||
document.getElementById('cy').style.height = '100%';
|
||||
}, 1000)
|
||||
}
|
||||
|
||||
$(window).on('load', get_network());
|
||||
|
||||
Reference in New Issue
Block a user