2208746d8ccc5a89e20029c25378ed35ca099bec lrnassar Thu Mar 2 16:41:58 2023 -0800 Changing the widget assignee from QA to me so I notice the MLQs. I'll just take them, we only get like 1/month. No RM. diff --git src/hg/htdocs/redmineWidget.html src/hg/htdocs/redmineWidget.html index 2dca7c4..726950e 100644 --- src/hg/htdocs/redmineWidget.html +++ src/hg/htdocs/redmineWidget.html @@ -1,32 +1,32 @@ <!--#if expr='"$SERVER_NAME" == /.*.ucsc.edu/ || "$SERVER_NAME" == /.*.sdsc.edu/ || "$SERVER_NAME" == /browser/'--> <div id="helpdesk_widget"></div> <script type="text/javascript" src="https://redmine.soe.ucsc.edu/helpdesk_widget/widget.js"></script> <script> RedmineHelpdeskWidget.config({ color: '#426f9e', translation: { subjectLabel: 'Subject', descriptionLabel: 'Questions or comments?', nameLabel: 'Please enter your name here', emailLabel: 'Please put your email here', createButtonLabel: 'Send', createSuccessDescription: 'Thank you for your feedback.', createErrorLabel: 'We have encountered an error, please try again or email us directly at genome-www@soe.ucsc.edu', createSuccessLabel: 'We have received your input, and will get back to you soon.' }, identify: { nameValue: 'GenomeBrowser', emailValue: 'genome-www@soe.ucsc.edu', trackerValue: 'MLQ', projectValue: 'Mail Lists', customFieldValues: { 'MLQ Category - primary': 'Widget', 'MLQ Category - secondary': 'Widget', - 'MLM': 'QA Team' + 'MLM': 'Lou Nassar' } }, attachment: true, title: '<br>We welcome questions and feedback from our users. For general questions you may also find our <a href="/FAQ/" target="_blank">FAQs</a> helpful.' }); </script> <!--#endif -->