diff options
author | Arun Persaud <arun@nubati.net> | 2011-11-13 21:17:12 -0800 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-11-13 22:00:03 -0800 |
commit | 4064c0f157255114c6f262f4709fea2b92460be9 (patch) | |
tree | fef7dbfbc4f9561c0bf0bdeab2b4f02a45f652ba /include/output.php | |
parent | 2bd1c94dd7e712bb2cc8e2c16fb317bd0169c59c (diff) | |
download | e-DoKo-4064c0f157255114c6f262f4709fea2b92460be9.tar.gz e-DoKo-4064c0f157255114c6f262f4709fea2b92460be9.tar.bz2 e-DoKo-4064c0f157255114c6f262f4709fea2b92460be9.zip |
LAYOUT: moved output of all game message after the tricks and table
this should make the html layout more consistent and easier to manage for different screen sizes, e.g. for mobile phones
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/output.php b/include/output.php index 1d39074..1adcaa7 100644 --- a/include/output.php +++ b/include/output.php @@ -418,6 +418,8 @@ function output_header() $(".doregister").slideToggle(); }); + $(".message div div").parent().click ( function() { $(this).hide(); }); + }); </script> </head> |