]> source.dussan.org Git - nextcloud-server.git/commitdiff
select webdav address on click
authorVolkan Gezer <volkangezer@gmail.com>
Thu, 29 May 2014 13:28:14 +0000 (15:28 +0200)
committerVolkan Gezer <volkangezer@gmail.com>
Fri, 30 May 2014 13:39:25 +0000 (15:39 +0200)
apps/files/js/files.js

index 92f97f5d3c055fd724b4d25e954ab3f3772fa17f..fb112f157f1a6fef3354a7535622d15df366bf4b 100644 (file)
                                        $settings.find('input').focus();
                                }
                        });
+                       $('#webdavurl').on('click', function () {
+                               $('#webdavurl').select();
+                       });
 
                        //scroll to and highlight preselected file
                        /*