1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02:00

fixed notitfication.js

This commit is contained in:
Keivan 2010-10-12 19:48:35 -07:00
parent 76379341a7
commit edf289ec51

View File

@ -58,11 +58,6 @@
}
}
function cleanUp(data) {
$(
}
function MakeDiv(id, body) {
return "<div id ='" + id + "'>" + body + "</div>";
}