Commit 286b4775 authored by yann300's avatar yann300

alert error if any

parent 3267cd0b
'use strict' 'use strict'
var $ = require('jquery') var $ = require('jquery')
var modalDialogCustom = require('../ui/modal-dialog-custom')
var yo = require('yo-yo') var yo = require('yo-yo')
var helper = require('../../lib/helper.js') var helper = require('../../lib/helper.js')
var txExecution = require('../execution/txExecution') var txExecution = require('../execution/txExecution')
var txFormat = require('../execution/txFormat') var txFormat = require('../execution/txFormat')
var txHelper = require('../execution/txHelper') var txHelper = require('../execution/txHelper')
var modalDialogCustom = require('../ui/modal-dialog-custom')
const copy = require('clipboard-copy') const copy = require('clipboard-copy')
// -------------- styling ---------------------- // -------------- styling ----------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment