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    
glowbl-xblock / static / js / src / fun_glowbl.js
Size: Mime:
/* Javascript for FUNGlowblXBlock. */
function FUNGlowblXBlock(runtime, element) {
    $(function ($) {
        var $element = $(element);
        $element.find('.btn-lti-new-window').click(function(){
            window.open($(this).data('target'));
        });
    });
}