diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
index 9a868fa..b71edbc 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -6315,18 +6315,18 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
case "FreeStylePaint":
debugger;
+ $('#canvasPaint').sketch({ defaultSize: 1 });
+ //if ($("#amount-2").val() == '') {
+ // $('#canvasPaint').sketch({ defaultSize: $scope.shapesize });
+ //}
+ //else {
- if ($("#amount-2").val() == '') {
- $('#canvasPaint').sketch({ defaultSize: $scope.shapesize });
- }
- else {
-
- var a = $("#amount-2").val();
- $scope.shapesize = parseInt(a);
- // alert(JSON.stringify({ defaultSize: $scope.shapesize }));
- $('#canvasPaint').sketch({ defaultSize: $scope.shapesize });
+ // var a = $("#amount-2").val();
+ // $scope.shapesize = parseInt(a);
+ // // alert(JSON.stringify({ defaultSize: $scope.shapesize }));
+ // $('#canvasPaint').sketch({ defaultSize: $scope.shapesize });
- }
+ //}
break;