Skip to content

Commit

Permalink
chore: update image query text
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Oct 25, 2017
1 parent 383ef30 commit 2748cc3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>NgxEditor</title><base href="ngx-editor"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.f6a07fb204943f53af55.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script async defer="defer" src="https://buttons.github.io/buttons.js"></script><script type="text/javascript" src="inline.7ae5a80a78317aeaadeb.bundle.js"></script><script type="text/javascript" src="polyfills.8eba0ab53b5457105d75.bundle.js"></script><script type="text/javascript" src="vendor.49f83bd555299a8a6d0c.bundle.js"></script><script type="text/javascript" src="main.65efa127f975d498b8a9.bundle.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>NgxEditor</title><base href="ngx-editor"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.f6a07fb204943f53af55.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script async defer="defer" src="https://buttons.github.io/buttons.js"></script><script type="text/javascript" src="inline.f0c01e0e0861d51b0157.bundle.js"></script><script type="text/javascript" src="polyfills.8eba0ab53b5457105d75.bundle.js"></script><script type="text/javascript" src="vendor.49f83bd555299a8a6d0c.bundle.js"></script><script type="text/javascript" src="main.3d16ae46b5b5d2d28df0.bundle.js"></script></body></html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/ngx-editor/ngx-editor.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class NgxEditorComponent implements OnInit {

// insert image
insertImage() {
const imageURI = prompt('Enter URL', 'http://');
const imageURI = prompt('Enter Image URL', 'http://');
if (imageURI) {
const inserted = document.execCommand('insertImage', false, imageURI);
if (!inserted) {
Expand Down

0 comments on commit 2748cc3

Please sign in to comment.