In-browser extracted to it's own plugin. Link colours
[KiwiIRC.git] / node / app.js
index 4cf93078511bf5657a8992e2d2cf9df78d8e2784..bb581a3b29eedaa9c160eef04ddcd9ea0d168377 100644 (file)
@@ -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;