commit/galaxy-central: guerler: Grids: Remove console output
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/567266a9f5ae/ Changeset: 567266a9f5ae User: guerler Date: 2013-11-17 11:16:54 Summary: Grids: Remove console output Affected #: 1 file diff -r f1cef709a9e5631cae2126ffff71dbba64611f87 -r 567266a9f5ae16af522a62c0aaf3c47cab39ffc2 templates/grid_base.mako --- a/templates/grid_base.mako +++ b/templates/grid_base.mako @@ -222,7 +222,7 @@ $(function() { ## get configuration var grid_config = ${ h.to_json_string( self.grid_config ) }; - console.log(grid_config); + // Create grid. var grid = new Grid(grid_config); Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org