Andy Wermke
2013-04-04 92cd7f34b07e86062f2c024039e3309768b48ce6
bin/jsunshrink.sh
@@ -6,7 +6,7 @@
   exit 1
fi
for fn in app common googiespell list; do
for fn in app common googiespell list treelist; do
   if [ -r "$JS_DIR/${fn}.js.src" ]; then
      mv "$JS_DIR/${fn}.js.src" "$JS_DIR/${fn}.js"
      echo "Reverted $JS_DIR/${fn}.js"