[mb-commits] branch, beta, updated. Remove erroneous @href from button element

MusicBrainz Git Server <[email protected]> Mon, 21 Jan 2013 09:05:02 +0000
Newsgroups gmane.comp.audio.musicbrainz.cvs
Message-ID <E1TxDJO-0005iZ-Ev@wiley>
The branch, beta has been updated
       via  http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=790ae4590e4ee982877bc883e0b116e1db5b7bf0 (commit)
      from  http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=0cbc8970b4efa9803f5bccf5084e8afea282e440 (commit)

Summary of changes:
 root/components/forms.tt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 790ae4590e4ee982877bc883e0b116e1db5b7bf0
Author: Ian McEwen <[email protected]>
Date:   Mon Jan 21 02:04:51 2013 -0700

    Remove erroneous @href from button element

diff --git a/root/components/forms.tt b/root/components/forms.tt
index de0a3ea..7fc274e 100644
--- a/root/components/forms.tt
+++ b/root/components/forms.tt
@@ -103,7 +103,7 @@
           <div style="display: none;"
                class="text-list-row [%- r.form.field(field_name).html_name _ "-template" -%]">
               <input type="text" value="" name="" class="value" />
-              <button class="nobutton icon remove" href="#remove_row">
+              <button class="nobutton icon remove">
                 <div class="remove-item icon img" title="[% l('Remove {item}', item => item_name) %]"></div>
               </button>
           </div>

-----------------------------------------------------------------------


hooks/post-receive
-- 
mb_server