Changeset 18487
- Timestamp:
- 05/04/16 18:42:25 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/schedule/index.js
r18389 r18487 562 562 } 563 563 564 function on Load()565 { 566 if (location.href.search('debug')==-1)564 function onReady() 565 { 566 if (location.href.search('debug')==-1) 567 567 $("#debug").hide(); 568 569 /*--------------------------------------------------------------------------------------------- 570 Initialize jQuery datapicker (type='date' not supported by firefox) 571 ----------------------------------------------------------------------------------------------*/ 572 573 if ($('[type="date"]').prop('type') != 'date' ) 574 $('[type="date"]').datepicker(); 568 575 569 576 /*--------------------------------------------------------------------------------------------- … … 571 578 ----------------------------------------------------------------------------------------------*/ 572 579 573 $(document).ready(function(){$('[data-toggle="tooltip"]').tooltip();}); 580 //$(document).ready(function(){$('[data-toggle="tooltip"]').tooltip();}); 581 $('[data-toggle="tooltip"]').tooltip(); 574 582 575 583 /*--------------------------------------------------------------------------------------------- … … 761 769 } 762 770 763 $('document').ready(on Load);771 $('document').ready(onReady);
Note:
See TracChangeset
for help on using the changeset viewer.