-
Notifications
You must be signed in to change notification settings - Fork 171
Ps/frontend fixes #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Ps/frontend fixes #177
Conversation
|
This pull request introduces 1 alert and fixes 3 when merging 59540fb into 5f56318 - view on LGTM.com new alerts:
fixed alerts:
|
65a91f8 to
f1fe314
Compare
|
This pull request introduces 1 alert and fixes 3 when merging 59540fb into 65a91f8 - view on LGTM.com new alerts:
fixed alerts:
|
|
This pull request introduces 1 alert and fixes 3 when merging 59540fb into 43f3503 - view on LGTM.com new alerts:
fixed alerts:
|
+ update code to use v4
+ simplify inline tabular classes
add an empty form, only if not submitting and extras required
59540fb to
59544cd
Compare
| // options added from the backend need to be removed | ||
| elm.find("option").remove(); | ||
| } | ||
| } |
Check notice
Code scanning / CodeQL
Semicolon insertion
| } | ||
| }, | ||
| _getCloseBtn = function(type) { | ||
| if(type !== _currPopupType || !mfp.currTemplate.closeBtn) { |
Check warning
Code scanning / CodeQL
Unsafe jQuery plugin
| // remove scrollbar, add margin e.t.c | ||
| $('html').css(windowStyles); | ||
|
|
||
| // add everything to DOM |
Check warning
Code scanning / CodeQL
Unsafe jQuery plugin
| // allows to modify markup | ||
| _mfpTrigger('FirstMarkupParse', markup); | ||
|
|
||
| if(markup) { |
Check warning
Code scanning / CodeQL
Unsafe jQuery plugin
fix #169
fix #38