Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes Required to run fmview and meditor modules. #3

Merged
merged 1 commit into from
Oct 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Changes Required to run fmview and meditor modules.
Changes Required to run fmview and meditor modules.
  • Loading branch information
faisalsami committed Aug 7, 2018
commit db8efb768fc8a189cfe5da3eab4cfc29c39914c1
2 changes: 2 additions & 0 deletions client/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ vista.switchApp = function(applicationName) {
$('#options-menu').addClass('invisible');
$('#options-name').text('');
$('#options-menu .dropdown-menu').html('');
$('#dynamic-options').html('');
$('#dynamic-options').addClass('invisible');

let params = {
service: 'ewd-vista',
Expand Down
2 changes: 2 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
<ul class="dropdown-menu"></ul>
</li>
</ul>
<div id="dynamic-options" class="invisible">
</div>

<ul class="nav navbar-nav navbar-right navbar-form">
<li>
Expand Down