X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=library%2Fcropper%2Ftests%2Fexample-Basic.htm;h=2a55eca5ab3658c23e20fdd539dd52943859ba62;hb=8680068037e3ff3877684176333d2323a8fd1e7e;hp=391c2ecdbc7872bf325f94e5c2d5b755f01a10ed;hpb=8aa25523721303b6883e1a793f20997f8a33ec0a;p=friendica.git diff --git a/library/cropper/tests/example-Basic.htm b/library/cropper/tests/example-Basic.htm old mode 100755 new mode 100644 index 391c2ecdbc..2a55eca5ab --- a/library/cropper/tests/example-Basic.htm +++ b/library/cropper/tests/example-Basic.htm @@ -13,12 +13,12 @@ // setup the callback function function onEndCrop( coords, dimensions ) { - $( 'x1' ).value = coords.x1; - $( 'y1' ).value = coords.y1; - $( 'x2' ).value = coords.x2; - $( 'y2' ).value = coords.y2; - $( 'width' ).value = dimensions.width; - $( 'height' ).value = dimensions.height; + $PR( 'x1' ).value = coords.x1; + $PR( 'y1' ).value = coords.y1; + $PR( 'x2' ).value = coords.x2; + $PR( 'y2' ).value = coords.y2; + $PR( 'width' ).value = dimensions.width; + $PR( 'height' ).value = dimensions.height; } // basic example