Swaagie / minimize

Minimize HTML
MIT License
162 stars 18 forks source link

Attribut draggable is no redundant attribute #88

Open AnWeber opened 7 years ago

AnWeber commented 7 years ago

According to mozilla developer network and w3.org the attribute draggable needs a value like true or false, default is auto. Removing this value disables drag and drop on divs.

Please remove the attribute in list.js - exports.redundant

Swaagie commented 7 years ago

PR is welcomed.