Skip to content

Commit 34ff9f7

Browse files
author
m.gond
committed
[client-extension] Fix default parameter for Mizar modules
1 parent af68096 commit 34ff9f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

workspace/client-extension-3.0/js/modules/MizarModule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Ext.define('sitools.extension.modules.MizarModule', {
170170
labelWidth: 170,
171171
allowBlank: true,
172172
width: 200,
173-
value : '/sitools/client-extension/resources/conf/mizar/sitools_mizar.json',
173+
value : '/sitools/client-extension/resources/conf/mizarModule/sitools_mizar.json',
174174
listeners: {
175175
render: function (c) {
176176
Ext.QuickTips.register({

workspace/client-extension-3.0/js/modules/MizarViewAndDataModule.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ Ext.define('sitools.extension.modules.MizarViewAndDataModule', {
245245
labelWidth: 170,
246246
allowBlank: true,
247247
width: 200,
248+
value : '/sitools/client-extension/resources/conf/mizarModule/sitools_mizar.json',
248249
listeners: {
249250
render: function (c) {
250251
Ext.QuickTips.register({

0 commit comments

Comments
 (0)