[extensions-web] js: Add back error report auto-fill



commit 11d54e52b50241cb669ecb6ba59fdec39630c815
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Dec 19 11:07:27 2011 -0500

    js: Add back error report auto-fill
    
    This was accidentally removed for some reason.

 sweettooth/static/js/main.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/js/main.js b/sweettooth/static/js/main.js
index 14998cb..8dd5018 100644
--- a/sweettooth/static/js/main.js
+++ b/sweettooth/static/js/main.js
@@ -108,6 +108,8 @@ require(['jquery', 'messages', 'extensions', 'uploader',
                 $('li.extension').addOutOfDateIndicator();
             });
 
+        $('#error_report').fillInErrors();
+
         $('.extension_status_toggle a').click(function() {
             var $link = $(this);
             var $tr = $link.parents('tr');



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]