Page MenuHomeIn-Portal Phabricator

html_head.elm.tpl
No OneTemporary

File Metadata

Created
Fri, Feb 7, 7:29 PM

html_head.elm.tpl

<inp2:m_Compress files="in-bulletin/inc/styles.css" to="all_css"/>
<inp2:m_Compress files="in-bulletin/inc/script.js" to="all_js"/>
<script type="text/javascript">
var aPollManager = null;
$(document).ready(
function () {
aPollManager = new PollManager('<inp2:m_Link template="in-bulletin/elements/side_boxes/poll_results.elm" events[#PREFIX#]="OnMakeVote" poll_id="#POLL_ID#" option_id="#OPTION_ID#" no_amp="1"/>');
}
);
</script>

Event Timeline