diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-06 17:55:03 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-06 17:55:03 +0200 |
| commit | 3aaf2bc7e150670088835d065b3136362b37d8c1 (patch) | |
| tree | 200344ac7b691c40bbded3d12ec975ae4021f7fb /frontend/app/views/tile/forms/tile.form.hyperlink.js | |
| parent | 7b127b4cbf2f83b17a7abc2ccc4af5fda178a476 (diff) | |
charles texts
Diffstat (limited to 'frontend/app/views/tile/forms/tile.form.hyperlink.js')
| -rw-r--r-- | frontend/app/views/tile/forms/tile.form.hyperlink.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/app/views/tile/forms/tile.form.hyperlink.js b/frontend/app/views/tile/forms/tile.form.hyperlink.js index b9fb038..b536e1c 100644 --- a/frontend/app/views/tile/forms/tile.form.hyperlink.js +++ b/frontend/app/views/tile/forms/tile.form.hyperlink.js @@ -21,10 +21,10 @@ export default function TileHyperlinkForm({ tile, pageList, popupList, cursors, // tile.target_page_id === CLOSE_POPUP_LINK // ) let cursor - console.log(tile.settings.cursor, tile.settings.custom_cursor_id) + // console.log(tile.settings.cursor, tile.settings.custom_cursor_id) if (tile.settings.cursor === 'custom' && tile.settings.custom_cursor_id) { cursor = cursors[tile.settings.custom_cursor_id] - console.log(cursor) + // console.log(cursor) } return ( <div> |
