summaryrefslogtreecommitdiff
path: root/testapp/static/exam/js/add_quiz.js
blob: d5688a8739d4e2e85912aeeddc261eb249899ab8 (plain)
1
2
3
4
5
6
7
function test()
{
    if (document.getElementById("id_description").value != "")
    {
        document.getElementById("submit").innerHTML = "Save";
    }
}