clipbucket/upload/styles/global/photo_actions.html

8 lines
312 B
HTML
Raw Normal View History

<script type="text/javascript" src="{$js}/jquery_plugs/jquery.cbphoto-actions.js"></script>
<script type="text/javascript">
$( document ).ready(function(e) {
{literal}
CBPHOTOACTIONS = $('#photo_actions').photoactions({/literal}{$photo_action_configs}{literal});
{/literal}
});
</script>