Skip to content

Instantly share code, notes, and snippets.

View seeschloss's full-sized avatar

SeeSchloß seeschloss

View GitHub Profile
diff --git a/asset.module b/asset.module
index a39f07f..6eaa645 100644
--- a/asset.module
+++ b/asset.module
@@ -320,28 +320,30 @@ function asset_menu() {
'file' => 'includes/asset.admin.inc',
);
- $items['admin/assets/get'] = array(
+ $items['admin/assets/tag/%/%/%'] = array(
#!/usr/bin/env bash
FILE="$(mktemp)"
trap "rm $FILE; exit" EXIT
DEBUG=0
if test "$1" = "-d"; then
DEBUG=1
shift 1
fi
@seeschloss
seeschloss / README.md
Last active August 29, 2015 14:17 — forked from metmajer/README.md

Zoomable Sunburst with Labels