diff --git a/components/wifi-manager/code.js b/components/wifi-manager/code.js
index f33069d1..0e1f8db8 100644
--- a/components/wifi-manager/code.js
+++ b/components/wifi-manager/code.js
@@ -259,10 +259,13 @@ $(document).ready(function(){
});
var [ver, idf, cfg, branch] = release.name.split('#');
var body = release.body.replace(/\\n/ig, "
").replace(/\'/ig, "\"");
+ var [date, time] = release.created_at.split('T');
+ if (ver.match(/esp-idf/)) next; //TODO delete
$("#releaseTable").append(
"