Revision ec511098 ui/static/snf/js/sync.js

b/ui/static/snf/js/sync.js
151 151
            // api errors registry will be sent
152 152
            // if user reports an error using feedback form
153 153
            if (handler_type == "error") {
154
                add_api_error(this, arguments);
154
                // skip logging requested ?
155
                // if not log this error
156
                if (this.log_error !== false) {
157
                    add_api_error(this, arguments);
158
                }
155 159
            }
156 160
            
157 161
            // identify response status

Also available in: Unified diff