* remove dead code.
This commit is contained in:
@@ -460,7 +460,6 @@ $(function()
|
||||
/* Toggle disabled submit button. */
|
||||
window.dataSourceStore.subscribe(function(value)
|
||||
{
|
||||
_isPromptDesignStepComplete = !!value.length;
|
||||
$('#submit').attr('disabled', !value.length);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user