master
cyc 5 years ago
parent 11df36f9c2
commit 5d14d69d69

@ -93,14 +93,11 @@ function showTips(objName, title) {
trigger: 'manual'
});
$('#' + objName).tooltip('show');
/*setTimeout(function () {
setTimeout(function () {
$('#' + objName).tooltip('hide');
}, 5000);*/
}, 5000);
}
$(function () {
$(".datepicker").datepicker({
format: 'mm/dd/yyyy',

Loading…
Cancel
Save