~sinzui/essence-contact/trunk

« back to all changes in this revision

Viewing changes to contact.js

  • Committer: Curtis Hovey
  • Date: 2012-02-29 05:24:11 UTC
  • Revision ID: sinzui.is@verizon.net-20120229052411-ghhyv2z0d2o0tqzd
Paragraphs are block elements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                listener_field_name)[0].parentNode;
39
39
            var on_click = function(e) {
40
40
                if (this.value === visible_value) {
41
 
                    listener_block.style.display = 'inline';
 
41
                    listener_block.style.display = 'block';
42
42
                    }
43
43
                else {
44
44
                    listener_block.style.display = 'none';