Commit 17abbdcd by Awais Committed by Awais Qureshi

Success message remains on course creation.

ECOM-6825
parent 8cd1fb63
......@@ -23,10 +23,3 @@ function interpolateString(formatString, parameters) {
return String(parameters[parameterName]);
});
}
function alertTimeout(wait, elementName) {
var element = elementName || ".alert-messages";
setTimeout(function(){
$(element).hide();
}, wait);
}
......@@ -84,7 +84,5 @@
return $(trigger).parent().next('.copy').text().trim();
}
});
alertTimeout(5000);
</script>
{% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment