forked from froala/wysiwyg-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec3a3b9
commit c730efd
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ bower install froala-wysiwyg-editor | |
<html> | ||
<head> | ||
<!-- Load CSS files. --> | ||
<link rel="stylesheet" type="text/css" href="../dist/css/froala_editor.css"> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/css/froala_editor.css"> | ||
|
||
<script src="require.js"></script> | ||
<script> | ||
|
@@ -82,7 +82,7 @@ bower install froala-wysiwyg-editor | |
}], | ||
paths: { | ||
// Change this to your server if you do not wish to use our CDN. | ||
'froala-editor': '../dist' | ||
'froala-editor': 'https://cdn.jsdelivr.net/npm/[email protected]' | ||
} | ||
}); | ||
</script> | ||
|