Blame view
sources/apps/carddavmate/js/oc_app.js
136 Bytes
|
42e4f8d60
|
1 2 3 4 |
// some js code needed for ownCloud integration
$(document).ready(function() {
$('input[data-type="system_password"]').focus();
});
|
|
42e4f8d60
|
1 2 3 4 |
// some js code needed for ownCloud integration
$(document).ready(function() {
$('input[data-type="system_password"]').focus();
});
|