gemini-gui
Advanced tools
Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3
@@ -69,2 +69,6 @@ 'use strict'; | ||
byId('expandErrors').addEventListener('click', sections.expandErrors.bind(sections)); | ||
byId('showOnlyErrors').addEventListener('click', function(e) { | ||
e.target.classList.toggle('button_checked'); | ||
document.body.classList.toggle('report_showOnlyErrors'); | ||
}); | ||
@@ -71,0 +75,0 @@ this._runButton.addEventListener('click', function() { |
{ | ||
"name": "gemini-gui", | ||
"version": "5.0.0-alpha.2", | ||
"version": "5.0.0-alpha.3", | ||
"description": "GUI for gemini testing utility", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
872535
1921