Skip to content

Commit 754fd52

Browse files
authored
Remove a bit of unused JavaScript (#2238)
Remove the code that we used to show the "create project aterm script" on the Project request.
1 parent 97bcf01 commit 754fd52

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

app/javascript/entrypoints/application.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import '../channels/consumer.js';
2323

2424
import { setTargetHtml } from './helper.js';
2525
import { displayMediafluxVersion } from './mediafluxVersion.js';
26-
import { showCreateScript } from './atermScripts.js';
2726
import { dashStyle, dashTab } from './dashboardTabs.js';
2827
import { departmentAutocomplete } from './departmentAutocomplete.js';
2928
import { setupTable } from './pulDataTables.js';
@@ -70,7 +69,6 @@ document.addEventListener('DOMContentLoaded', () => {
7069

7170
window.Modal = Modal;
7271
window.displayMediafluxVersion = displayMediafluxVersion;
73-
window.showCreateScript = showCreateScript;
7472
window.dashStyle = dashStyle;
7573
window.dashTab = dashTab;
7674
window.setupTable = setupTable;

app/javascript/entrypoints/atermScripts.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)