This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[Backend] Message à l'utilisateur sur la page commande : pouvoir passer à la ligne dans le textarea
develop
Guillaume
3 years ago
parent
90dca083a6
commit
4171b24c9f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
ShopBundle/Resources/public/js/backend/script/order/vuejs-order.js
+ 1
- 1
ShopBundle/Resources/public/js/backend/script/order/vuejs-order.js
View File
@@ -115,7 +115,7 @@ appOrder = new Vue({
}
},
preventFormSubmit: function (){
$(
document
).keypress(function(e) {
$(
'#lc-order-edit'
).keypress(function(e) {
if (e.which == 13) {
e.preventDefault();
}
Write
Preview
Loading…
Cancel
Save