diff --git a/main.js b/main.js index 1f45ddcb..47e9022f 100644 --- a/main.js +++ b/main.js @@ -1,7 +1,7 @@ // ==UserScript== // @id ingress-intel-total-conversion@jonatkins // @name IITC: Ingress intel map total conversion -// @version 0.12.1.@@DATETIMEVERSION@@ +// @version 0.12.2.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ diff --git a/website/page/code/desktop-download.php b/website/page/code/desktop-download.php index baa0cdf7..c91986c0 100644 --- a/website/page/code/desktop-download.php +++ b/website/page/code/desktop-download.php @@ -69,6 +69,8 @@ function iitcDesktopPluginDownloadTable ( $build ) $empty = True; foreach ( $plugins as $basename => $details ) { + $path = "$build/plugins/$basename.user.js"; + $this_category = array_key_exists('@category',$details) ? $details['@category'] : 'Misc'; if ( $category != $this_category )