[Notice] Announcing the End of Demo Server [Read me]
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
@**
* Yobi, Project Hosting SW
*
* Copyright 2013 NAVER Corp.
* http://yobi.io
*
* @author Jihan Kim
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
**@
@(forumId:String)
<!-- UserVoice JavaScript SDK (only needed once on a page) -->
<script type="text/javascript">
(function(){var uv=document.createElement('script');uv.type='text/javascript';uv.async=true;uv.src='//widget.uservoice.com/pHKWfqCMdpRfBQGdt9v55g.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(uv,s)})();
// A tab to launch the Classic Widget
UserVoice = window.UserVoice || [];
UserVoice.push(['showTab', 'classic_widget', {
mode: 'feedback',
primary_color: '#d4d4d4',
link_color: '#f36b22',
forum_id: @forumId,
tab_label: 'Feedback',
tab_color: '#f36b22',
tab_position: 'bottom-right',
tab_inverted: true
}]);
</script>
<!-- end of UserVoice -->