Removed required from all code/editor field to improve the behavior of the codemirror editor. Improved the token validation via Ajax.
This commit is contained in:
@ -18,7 +18,6 @@ jQuery(document).ready(function()
|
||||
// check if this function name is taken
|
||||
checkPlaceholderName(placeholderName);
|
||||
});
|
||||
|
||||
function setPlaceholderName(){
|
||||
// noting for now (we may add more functionality later)
|
||||
}
|
||||
|
Reference in New Issue
Block a user