Major Incident Workbench not loadingIssue Major Incident Workbench does not load. And the following Javascript errors appear in the page's console: Uncaught SyntaxError: Unexpected token ':' Uncaught TypeError: Cannot read property 'current_date_time' of undefined TypeError: Cannot read property 'isStandAlone' of undefinedCauseThere are two script includes with the same name, for example "MIMWorkbenchUtil".ResolutionWhen there are two script includes with same name, it will cause the page to break. In this casem "MIMWorkbenchUtil" should be used for customisation. We have "MIMWorkbenchUtilSNC" with OOB read-only code, and "MIMWorkbenchUtil" is just for overrides. There is no need to create a new script with the same name.