X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=node%2Fapp.js;h=bb581a3b29eedaa9c160eef04ddcd9ea0d168377;hb=604c51743ada77f7cf8d92e314bcf892e8835118;hp=4cf93078511bf5657a8992e2d2cf9df78d8e2784;hpb=2b9dcc036473e017096762b2425ae408f6bfee18;p=KiwiIRC.git diff --git a/node/app.js b/node/app.js index 4cf9307..bb581a3 100644 --- a/node/app.js +++ b/node/app.js @@ -828,6 +828,7 @@ this.manageControll = function (data) { case 'cache': if (parts[1] === 'clear') { kiwi.cache.html = {}; + kiwi.cache.alljs = ''; console.log('HTML cache cleared'); } break;