You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
On big job pages the update is rather slow. As @Krinkle said in #213:
"It does create a document fragment, though, that should be made more efficient by only returning the table html from the server. That way we don't have to have .load() it and .find() the table in order to compare the innerHTML."
Should do that.
The text was updated successfully, but these errors were encountered:
On big job pages the update is rather slow. As @Krinkle said in #213:
"It does create a document fragment, though, that should be made more efficient by only returning the table html from the server. That way we don't have to have
.load()
it and.find()
the table in order to compare the innerHTML."Should do that.
The text was updated successfully, but these errors were encountered: