Skip to content
Snippets Groups Projects
Commit 957175e3 authored by Andy Armstrong's avatar Andy Armstrong
Browse files

Merge pull request #1773 from edx/andy/unitidentifier

Changed unit identifier to be readonly, not disabled
parents 38fba248 f002ce49
No related merge requests found
......@@ -182,7 +182,7 @@ require(["domReady!", "jquery", "js/models/module_info", "coffee/src/views/unit"
<div class="row wrapper-unit-id">
<p class="unit-id">
<span class="label">${_("Unit Identifier:")}</span>
<input type="text" class="url value" value="${unit.location.name}" disabled />
<input type="text" class="url value" value="${unit.location.name}" readonly />
</p>
</div>
<ol>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment