jobhelper icon indicating copy to clipboard operation
jobhelper copied to clipboard

Use standard DOM operations to insert #CompanyInfo.

Open gslin opened this issue 6 years ago • 0 comments

Some events will not be visible in innerHTML (because it's bound dynamically), so when we replace innerHTML directly, they will be gone.

Using standard DOM operations to insert #CompanyInfo element can keep these events working.

gslin avatar Oct 27 '18 05:10 gslin