Browse Source

Fix #283

pull/305/head
Jaussoin Timothée 9 years ago
parent
commit
4a7d080797
  1. 1
      app/widgets/Publish/publish.js

1
app/widgets/Publish/publish.js

@ -51,6 +51,7 @@ var Publish = {
while(i < form.elements.length)
{
if(form.elements[i].type != 'hidden'
&& form.elements[i].type != 'checkbox'
&& form.elements[i].value != form.elements[i].defaultValue) {
return true;
}

Loading…
Cancel
Save