Skip to content

Commit d18abfe

Browse files
author
Dennis Labordus
committed
Added extra header to prevent caching.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 88e7326 commit d18abfe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate">
88
<meta http-equiv="Pragma" content="no-cache">
9+
<meta http-equiv="Expires" content="0">
910

1011
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
1112
<meta name="Description" content="Open Substation Communication Designer is a bottom-up system configuration tool for projects described using IEC 61850-6 Edition 2 or greater.">

public/js/plugins.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ export const officialPlugins = [
1010
name: 'IED',
1111
src: '/src/editors/IED.js',
1212
icon: 'developer_board',
13-
default: false,
13+
default: true,
1414
kind: 'editor',
1515
},
1616
{
1717
name: 'Single Line Diagram',
1818
src: '/src/editors/SingleLineDiagram.js',
1919
icon: 'edit',
20-
default: false,
20+
default: true,
2121
kind: 'editor',
2222
},
2323
{

0 commit comments

Comments
 (0)