mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 02:58:13 -05:00
Fix popup_configureMonitorWebRequests submitting the form. Fix #365.
This commit is contained in:
parent
c631021cbd
commit
0de85a2315
@ -161,7 +161,7 @@ html(lang='en' ng-app='omegaPopup' ng-controller='PopupCtrl' ng-csp)
|
|||||||
button.btn.btn-default(type='button' ng-click='showRequestInfo = false')
|
button.btn.btn-default(type='button' ng-click='showRequestInfo = false')
|
||||||
| {{'dialog_cancel' | tr}}
|
| {{'dialog_cancel' | tr}}
|
||||||
button.btn.btn-primary(type='submit' ng-show='!!currentProfileCanAddRule') {{'popup_addCondition' | tr}}
|
button.btn.btn-primary(type='submit' ng-show='!!currentProfileCanAddRule') {{'popup_addCondition' | tr}}
|
||||||
button.btn.btn-default.pull-right(type='submit' ng-show='!currentProfileCanAddRule'
|
button.btn.btn-default.pull-right(type='button' ng-show='!currentProfileCanAddRule'
|
||||||
ng-click='openOptions("#/general")') {{'popup_configureMonitorWebRequests' | tr}}
|
ng-click='openOptions("#/general")') {{'popup_configureMonitorWebRequests' | tr}}
|
||||||
|
|
||||||
script(src='js/log_error.js')
|
script(src='js/log_error.js')
|
||||||
|
Loading…
Reference in New Issue
Block a user