Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fun-apps / templates / cms / videoupload / js / modal-button.underscore
Size: Mime:
<%
// Override button template in order to override the onclick event.
// Otherwise, the page scrolls to the top every time the action button
// is clicked.
%>
<li class='action-item'>
    <a href='#' onclick='return false;' class="button <%= isPrimary ? 'action-primary' : '' %> action-<%= type %>"><%= name %></a>
</li>