| @@ -24,10 +24,10 @@ | ||
| 24 | 24 | |
| 25 | 25 | ed.addButton( 'tablepress_insert_table', { |
| 26 | 26 | title: tablepress_editor_button.title, |
| 27 | 27 | cmd: 'TablePress_insert_table', |
| 28 | - image: url.slice( 0, url.length - 8 ) + 'img/tablepress-editor-button.png' | |
| 28 | + image: url.slice( 0, url.length - 8 ) + 'img/tablepress-editor-button.svg', | |
| 29 | 29 | } ); |
| 30 | - } | |
| 30 | + }, | |
| 31 | 31 | } ); |
| 32 | 32 | tinymce.PluginManager.add( 'tablepress_tinymce', tinymce.plugins.TablePressPlugin ); |
| 33 | 33 | } |