Skip to content

Commit 4800c69

Browse files
committed
adding click support on rows for movile client
1 parent e3ede8f commit 4800c69

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

data/app_services.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,13 @@ tempoModule.directive('inlineEdit', function($log, $location, $position,
195195

196196
$scope.Show = function(e) {
197197

198-
if( window.is_mob() )
198+
if( window.is_mob() ) {
199+
if($scope.item.IsDir)
200+
$location.path( $scope.Path + $scope.item.Name + "/" )
199201
return
202+
}
203+
204+
200205

201206
if(e.target.nodeName != "TD") {
202207
e.stopPropagation()

0 commit comments

Comments
 (0)