Browse Source

Fix getOptions method.

pull/4164/head
Halil İbrahim Kalkan 6 years ago
parent
commit
80c1052306
  1. 2
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/dom-event-handlers.js

2
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/dom-event-handlers.js

@ -104,7 +104,7 @@
locale: abp.localization.currentCulture.name
}).toLocaleString();
},
getOptions($input) { //$input may needed if developer wants to override this method
getOptions: function($input) { //$input may needed if developer wants to override this method
return {
todayBtn: "linked",
autoclose: true,

Loading…
Cancel
Save