Project

General

Profile

« Previous | Next » 

Revision 4970930c

Added by koszko over 1 year ago

prepend all generated console messages with 'Haketilo:'

View differences:

html/payload_create.js
199 199
	dialog.info(form_ctx.dialog_ctx, "Successfully saved payload!");
200 200
	clear_form(form_ctx);
201 201
    } catch(e) {
202
	console.error(e);
202
	console.error("Haketilo:", e);
203 203
	dialog.error(form_ctx.dialog_ctx, "Failed to save payload :(");
204 204
    }
205 205

  

Also available in: Unified diff