|
@@ -167,11 +167,9 @@ function initFastLoad(_parent = false) {
|
|
|
showMask();
|
|
|
console.log('ALIX: showed mask');
|
|
|
fastLoad(this.href, true, true);
|
|
|
- if (_menuItem) {
|
|
|
- $(this).closest('.dropdown-menu')
|
|
|
- .removeClass('show')
|
|
|
- .prev('.dropdown-toggle').attr('aria-expanded', 'false');
|
|
|
- }
|
|
|
+ $('.dropdown-menu[aria-labelledby="practice-management"]')
|
|
|
+ .removeClass('show')
|
|
|
+ .prev('.dropdown-toggle').attr('aria-expanded', 'false');
|
|
|
return false;
|
|
|
});
|
|
|
// console.info('FastLoad enabled for ' + _a.innerText + ' [' + _a.href + ']');
|
|
@@ -194,7 +192,7 @@ function onFastLoaded(_data, _href, _history) {
|
|
|
var content = $(_data).find('.stag-content');
|
|
|
if (content && content.length) {
|
|
|
content = content.html();
|
|
|
- content += '<script src="/js/yemi.js?_=2"></script>';
|
|
|
+ content += '<script src="/js/yemi.js?_=3"></script>';
|
|
|
targetParent.html(content);
|
|
|
window.setTimeout(function() {
|
|
|
initPrimaryForm();
|