From: Wilmer Ricciotti Date: Wed, 22 Jun 2011 12:39:51 +0000 (+0000) Subject: Second attempt at dialog boxes in index.html. X-Git-Tag: make_still_working~2412 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=07c264b088aa018552a810ff365b0d889fb0fd5c;p=helm.git Second attempt at dialog boxes in index.html. --- diff --git a/matitaB/matita/matitaweb.js b/matitaB/matita/matitaweb.js index f66223c6e..21478e463 100644 --- a/matitaB/matita/matitaweb.js +++ b/matitaB/matita/matitaweb.js @@ -459,7 +459,7 @@ function showSequent() { function showDialog(title) { - dialogBox.display = "block"; + dialogBox.style.display = "block"; dialogTitle.innerHTML = title; }