Skip to content

Commit

Permalink
#853 improved the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Oct 13, 2018
1 parent d495afe commit cd6f0b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ private boolean isFalseOrNo(String param) {
*/
public static void addDatatablesResourceIfNecessary(String defaultFilename, String type) {
boolean loadDatatables = shouldLibraryBeLoaded(P_GET_DATATABLE_FROM_CDN, true);
// Do we have to add jQuery, or are the resources already there?
// Do we have to add datatables.min.{css|js}, or are the resources already there?
FacesContext context = FacesContext.getCurrentInstance();
UIViewRoot root = context.getViewRoot();

Expand Down

0 comments on commit cd6f0b6

Please sign in to comment.