| @@ -18,9 +18,8 @@ | ||
| 18 | 18 | break; |
| 19 | 19 | } |
| 20 | 20 | var pointer = $point.pointer({ |
| 21 | 21 | content: content, |
| 22 | - pointerClass: 'wp-pointer cf7sg-pointer cf7sg-pointer-'+id, | |
| 23 | 22 | position:{edge: arrow, align: valign}, |
| 24 | 23 | pointerWidth: 350, |
| 25 | 24 | close:function() {$.post( ajaxurl, {pointer: id, action: 'dismiss-wp-pointer'});} |
| 26 | 25 | }).pointer('open'); |