##// END OF EJS Templates
Add margin param for image preview.
rt@lightning -
r266:451b799c default
parent child Browse files
Show More
@@ -1,5 +1,5 b''
1 function addImgPreview() {
1 function addImgPreview() {
2 var margin = 20;
2 var margin = 20; //..change
3
3
4 //keybind
4 //keybind
5 $(document).on('keyup.removepic', function(e) {
5 $(document).on('keyup.removepic', function(e) {
General Comments 0
You need to be logged in to leave comments. Login now