Skip to content

Commit

Permalink
update experimental model views; work on #317
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Mar 18, 2016
1 parent fdf46dd commit e9368b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions javascript/web/AmiGOBioView.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,8 @@ jQuery(document).ready(function(){
console.log('model_ids', model_ids);
console.log('foo', p);
});

// Embed the jQuery setup runner.
(function (){
jQuery(document).ready(function(){ AmiGOBioViewInit(); });
})();
5 changes: 5 additions & 0 deletions javascript/web/AmiGOCytoView.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,8 @@ jQuery(document).ready(function(){
AmiGOCytoViewInit();
}
});

// Embed the jQuery setup runner.
(function (){
jQuery(document).ready(function(){ AmiGOCytoViewInit(); });
})();

0 comments on commit e9368b5

Please sign in to comment.