uccser/cs-field-guide

View on GitHub
csfieldguide/static/interactives/no-help/js/no-help.js

Summary

Maintainability
A
0 mins
Test Coverage
$(document).ready(function() {
    $("#interactive-no-help").click(function(){
        alert(gettext('Error: No help available!'));
    });
});