diff --git a/boundle.sh b/boundle.sh
index 8e18195..8272b03 100644
--- a/boundle.sh
+++ b/boundle.sh
@@ -5,8 +5,8 @@ source /etc/profile
npm install --prefer-offline --loglevel info --unsafe-perm=true --allow-root >> boundle.log
echo 'copy node_modules to /data/publish/node_packages' >> boundle.log
-#npm run build:prod
-npm run build:stage
+npm run build:prod
+#npm run build:stage
cd ./dist/ && tar -zcvf pop-sys.tar.gz ./
cd ..
diff --git a/src/views/ad/edit.vue b/src/views/ad/edit.vue
index 93de3eb..0099cb9 100644
--- a/src/views/ad/edit.vue
+++ b/src/views/ad/edit.vue
@@ -86,6 +86,16 @@
:disabled="!writeable"
/>
+
+
+