diff options
Diffstat (limited to 'print/resources/inkstitch.js')
| -rw-r--r-- | print/resources/inkstitch.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/resources/inkstitch.js b/print/resources/inkstitch.js index a5d57e26..8bdc4ec0 100644 --- a/print/resources/inkstitch.js +++ b/print/resources/inkstitch.js @@ -150,7 +150,7 @@ function writeEstimatedTime( selector, estimatedTime ) { function scaleSVG(element, scale = 'fit') { // always center svg - transform = "translate(-50%, -50%)"; + var transform = "translate(-50%, -50%)"; if(scale == 'fit') { var scale = Math.min( @@ -278,7 +278,7 @@ $(function() { }) }); - /* Contendeditable Fields */ + /* Contenteditable Fields */ $('body').on('focusout', '[contenteditable="true"]:not(.info-text)', function() { /* change svg scale */ |
