pad.pub0.org/tests/frontend/specs
muxator b34fc2de2b use Date.now() instead of new Date().getTime()
This is documented to be more performant.

The substitution was made on frontend code, too (i.e., the one in /static),
because Date.now() is supported since IE 9, and we are life supporting only
IE 11.

Commands:
  find . -name *.js | xargs sed --in-place "s/new Date().getTime()/Date.now()/g"
  find . -name *.js | xargs sed --in-place "s/(new Date()).getTime()/Date.now()/g"

Not done on jQuery.
2019-02-26 23:25:15 +01:00
..
alphabet.js
authorship_of_editions.js
automatic_reconnect.js
bold.js
caret.js
change_user_name.js
chat.js
chat_load_messages.js
clear_authorship_colors.js
delete.js
drag_and_drop.js
embed_value.js
enter.js
font_type.js
helper.js use Date.now() instead of new Date().getTime() 2019-02-26 23:25:15 +01:00
importexport.js
importindents.js
indentation.js
italic.js
language.js
ordered_list.js
pad_modal.js
redo.js
responsiveness.js use Date.now() instead of new Date().getTime() 2019-02-26 23:25:15 +01:00
scroll.js
select_formatting_buttons.js
strikethrough.js
timeslider.js
timeslider_labels.js
timeslider_revisions.js
undo.js
unordered_list.js
urls_become_clickable.js