Blame view

backend/themes/defaults/web/js/script.js 194 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
  /**
   * Created by Threads on 14-Aug-16.
   */
  
  /** Delete button confirm message for gridview */
  $('.ActionDeleteColumn').click(function () {
      return confirm($(this).attr('data-message'));
  });