11b3dab7c394f0cf5be4cfbdbf8d1d83b3ed2e0f lrnassar Sat Nov 4 09:23:10 2023 -0700 Fixing the src for the widget which was an accidental commit from some testing of mine with the new apache rules, no RM. diff --git src/hg/htdocs/redmineWidget.html src/hg/htdocs/redmineWidget.html index 134b3d2..8f9bf7d 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/ || "$SERVER_NAME" != /genome-preview.*.ucsc.edu/'--> <div id="helpdesk_widget"></div> -<script type="text/javascript" src="https://hgwdev.gi.ucsc.edu/~lrnassar/temp/widget.js"></script> +<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': '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 -->