• move "datetimepicker" plugin initialization js into another function so it can be used elsewhere
    replace "lang" option for datetimepicker to "setLocale" (this option was removed in the latest version of the plug-in, breaking translations)
    optimize further a "img_button_confirm" function
    replace the usage of "image" in a "img_button_confirm" function by literal, because there was no "cursor: pointer" being applied
    Julien Verneuil authored
     
    Browse File »

  • …t" which can be processed in server side to be routed to the right processing function. This allow to have only one routing function for different kind of tooltip
    [-] revert the move of jquery files on the root of the website public directory. In fact the better location is inside the directory
    [-] remove the generate_trust_ticket callback of http_info type which never in use and generate some issues  for storing http_info by serialization (Serialiaze doesn't allow to serialize function)
    [+] add datatable plugin "moment" for sorting column with date / time
    totoro authored
     
    Browse File »