Skip to content

Commit

Permalink
Merge stable into master
Browse files Browse the repository at this point in the history
  • Loading branch information
CKEditorBot authored Jul 15, 2024
2 parents bd13d8f + c5c872f commit b1daea2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions docs/getting-started/integrations/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,14 +216,6 @@ Having all the dependencies of CKEditor 5, modify the `Index.cshtml` file i
console.error( error );
} );
</script>
<!-- A friendly reminder to run on a server, remove this during the integration. -->
<script>
window.onload = function() {
if ( window.location.protocol === "file:" ) {
alert( "This sample requires an HTTP server. Please serve this file with a web server." );
}
};
</script>
</body>
</html>
```
Expand Down
8 changes: 0 additions & 8 deletions docs/getting-started/integrations/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,6 @@ Having all the dependencies of CKEditor&nbsp;5, modify the `welcome.blade.php` f
console.error( error );
} );
</script>
<!-- A friendly reminder to run on a server, remove this during the integration. -->
<script>
window.onload = function() {
if ( window.location.protocol === "file:" ) {
alert( "This sample requires an HTTP server. Please serve this file with a web server." );
}
};
</script>
</body>
</html>
```
Expand Down

0 comments on commit b1daea2

Please sign in to comment.