diff --git a/js/list.js b/js/list.js
index 99f9aac..d88f9ed 100644
--- a/js/list.js
+++ b/js/list.js
@@ -308,7 +308,7 @@ $(document).on('click','.out-btn',function () {
}else{
//$('.dialog-out').show()
- window.location.href='zeroout.html'
+ window.location.href='zeroout.html?carNumber='+carNumber
}
// alert(data.message)
diff --git a/list.html b/list.html
index e077ade..1effdc0 100644
--- a/list.html
+++ b/list.html
@@ -183,6 +183,6 @@
}
})();
-
+