diff --git a/src_js/events.js b/src_js/events.js
index ef799ab..c9be3fa 100755
--- a/src_js/events.js
+++ b/src_js/events.js
@@ -827,7 +827,7 @@ function register_events(){
});
} else if (desttab == 'usr_tab_ctrl'){ // redirect to an external app
- window.location.href = (wmgui.edition === 0 ? '/ctrl/' : '/labs/custom-datasets/') + '?' + Math.floor(Math.random() * 1000);
+ window.location.href = '/ctrl/?' + Math.floor(Math.random() * 1000);
} else if (desttab == 'usr_tab_absolidix'){ // redirect to an external app
window.location.href = wmgui.mydata_addr;
diff --git a/src_js/markup.js b/src_js/markup.js
index 8e9d03d..dd7b1f3 100755
--- a/src_js/markup.js
+++ b/src_js/markup.js
@@ -336,7 +336,7 @@ function register_html(){
In-house ab initio calculations
Show more info...This calculation is in progress. Upon completion it will be freely available under the CC BY 4.0 license. Support our work purchasing our products.
-
Automatically combined phase diagrams
Show more info...The 3d prisms and tetrahedra were automatically combined and rendered by the platform from the suitable binary and (or) ternary phase diagrams.
+
Automatically combined phase diagrams
Show more info...The 3d prisms and tetrahedra were automatically combined and rendered by the platform from the suitable binary and (or) ternary phase diagrams.
diff --git a/src_js/wmsettings.js b/src_js/wmsettings.js
index 7a51c3d..7b5331c 100755
--- a/src_js/wmsettings.js
+++ b/src_js/wmsettings.js
@@ -147,15 +147,15 @@ wmgui.path_s_xrpd = '#' + wmgui.api_host + '/download/s?fmt=xrpd&q=';
wmgui.path_sd_plot = '#' + wmgui.api_host + '/download/p?fmt=json&q=';
wmgui.engines_addrs = {
- 'cifplayer': '/ermac/webassets/iframe_cifplayer.html',
- 'visavis': '/ermac/webassets/iframe_visavis.html'
+ 'cifplayer': '/ermac/webassets/iframe_cifplayer.html', // FIXME
+ 'visavis': '/ermac/webassets/iframe_visavis.html' // FIXME
}
wmgui.v_pd_user_addr = wmgui.static_host + '/pd_stub.html#';
-wmgui.v_ab_vis_addr = wmgui.static_host + '/labs/view-phonons/#' + wmgui.api_host + '/download/p?fmt=json&q=';
-wmgui.v_pd_3d_addr = 'labs/pd3d/?';
+wmgui.v_ab_vis_addr = '/ermac/labs/view-phonons/#' + wmgui.api_host + '/download/p?fmt=json&q='; // FIXME
+wmgui.v_pd_3d_addr = '/ermac/labs/pd3d/?'; // FIXME
-// below are remote files commonly used
+// remote files commonly used
wmgui.client_data_addr = wmgui.static_host + '/wmdata.json?220923';
wmgui.aetmap_addr = wmgui.static_host + '/aets.jpg';
@@ -189,22 +189,6 @@ wmgui.editions = {
document.getElementsByTagName('head')[0].appendChild(link);
}
},
- 6: {
- 'name': 'ASM International Materials Platform',
- 'prod_url': 'https://mpds.asminternational.org',
- 'dev_url': 'http://localhost:8075',
- 'css': wmgui.static_host + '/editions/asm/style.css?220923',
- 'actions': function(){
- $('.only_mpds').hide();
- $('.only_asm').css('display', 'inline-block');
- // custom favicon
- var link = document.querySelector("link[rel*='icon']") || document.createElement('link');
- link.type = 'image/x-icon';
- link.rel = 'shortcut icon';
- link.href = wmgui.static_host + '/editions/asm/asm.ico';
- document.getElementsByTagName('head')[0].appendChild(link);
- }
- },
10: {
'name': 'Ermac on MPDS',
'prod_url': 'https://ermac.mpds.io',
@@ -213,14 +197,6 @@ wmgui.editions = {
$('.only_mpds').hide();
}
},
- 11: {
- 'name': 'Ermac on Tilde',
- 'prod_url': 'https://ermac.tilde.pro',
- 'dev_url': 'http://localhost:5556',
- 'actions': function(){
- $('.only_mpds').hide();
- }
- },
15: {
'name': 'Ermac on Ab Solidix',
'prod_url': 'https://ermac.absolidix.com',