Skip to content

Commit

Permalink
Remove debug messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Jun 23, 2019
1 parent 91ce6ca commit 5bf5181
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/organsRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,6 @@ var OrgansViewer = function(ModelsLoaderIn) {

var downloadCompletedCallback = function() {
return function() {
console.log("here");
_this.settingsChanged();
}
}
Expand Down
1 change: 1 addition & 0 deletions src/ui/BaseDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ BaseDialog.prototype.create = function(htmlData) {
close: this.closeInternal(this),
create: function(event, ui) {
var myInstance = this;
$(this).dialog('widget').find('.ui-dialog-title').css("width", "85%");
$('<span id="iconExpand" class="ui-icon ui-icon-arrow-2-ne-sw"></span>').
appendTo($(this).dialog('widget').children('.ui-dialog-titlebar')).
click(function() {
Expand Down

0 comments on commit 5bf5181

Please sign in to comment.