Repository URL to install this package:
|
Version:
0.2.1 ▾
|
/* Javascript for FUNGlowblXBlock. */
function FUNGlowblXBlock(runtime, element) {
$(function ($) {
var $element = $(element);
$element.find('.btn-lti-new-window').click(function(){
window.open($(this).data('target'));
});
});
}