mirror of
https://github.com/google/nomulus
synced 2026-02-03 11:32:24 +00:00
This reverts commit 28d3af0ee9.
We are now ready to accept new Registry Lock requests so we can have the
originally-designed wording back in place
This commit is contained in:
@@ -56,7 +56,8 @@ registry.registrar.RegistryLock.prototype.runAfterRender = function(objArgs) {
|
||||
} else {
|
||||
goog.soy.renderElement(
|
||||
goog.dom.getRequiredElement('locks-content'),
|
||||
registry.soy.registrar.registrylock.lockNotAllowedOnRegistrar);
|
||||
registry.soy.registrar.registrylock.lockNotAllowedOnRegistrar,
|
||||
{supportEmail: objArgs.supportEmail});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user