caipin 5 vuotta sitten
vanhempi
commit
38668f1a8f
3 muutettua tiedostoa jossa 4 lisäystä ja 9 poistoa
  1. 2 8
      global/js/cloud/curing.js
  2. 1 0
      global/js/cloud/curing.min.js
  3. 1 1
      views/cloud/curing.html

+ 2 - 8
global/js/cloud/curing.js

@@ -170,20 +170,14 @@ $(function() {
     $('tbody[curingUser]').delegate( 'tr','mousedown', function(e){
     $('tbody[curingUser]').delegate( 'tr','mousedown', function(e){
         coordinate.x= e.pageX;
         coordinate.x= e.pageX;
         coordinate.y= e.pageY;
         coordinate.y= e.pageY;
-         ssoid = $(this).attr('data');
-         client_id=$(this).attr('dataCid');
+        ssoid = $(this).attr('data');
+        client_id=$(this).attr('dataCid');
     }).click(function(e){
     }).click(function(e){
-
     	if(coordinate.x==e.pageX&&coordinate.y==e.pageY){
     	if(coordinate.x==e.pageX&&coordinate.y==e.pageY){
-
             $(this).attr('data-toggle',' ');
             $(this).attr('data-toggle',' ');
-
             refreshCuringPageDetail(ssoid,client_id);
             refreshCuringPageDetail(ssoid,client_id);
     	}
     	}
         
         
-    }).mousemove(function(e){
-        //isClick=false;
-        //console.log(isClick);
     });
     });
 
 
     
     

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 1 - 0
global/js/cloud/curing.min.js


+ 1 - 1
views/cloud/curing.html

@@ -10,7 +10,7 @@
 <script src="<%= WEB_SITE_GLOBAL %>js/cloud/buildHtml.js"></script>
 <script src="<%= WEB_SITE_GLOBAL %>js/cloud/buildHtml.js"></script>
 
 
 <script src="<%= WEB_SITE_GLOBAL %>js/contacts/client.js"></script>
 <script src="<%= WEB_SITE_GLOBAL %>js/contacts/client.js"></script>
-<script src="<%= WEB_SITE_GLOBAL %>js/cloud/curing.js"></script>
+<script src="<%= WEB_SITE_GLOBAL %>js/cloud/curing.min.js"></script>
 
 
 <script src="<%= WEB_SITE_GLOBAL %>js/columnShow/columnShow.js"></script>
 <script src="<%= WEB_SITE_GLOBAL %>js/columnShow/columnShow.js"></script>