Skip to content

Commit

Permalink
SAK-33363 - Re-enable autosave plugin (sakaiproject#4884)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored Oct 12, 2017
1 parent f2eea27 commit 2a53f7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<bootstrap-version>3.3.7</bootstrap-version>
<font-awesome-version>4.7.0</font-awesome-version>
<!-- Default extra plugins enabled, currently autosave disabled via SAK-33362 -->
<ckeditor-extra-plugins>sakaipreview,image2,audiorecorder,contentitem,movieplayer,wordcount,notification</ckeditor-extra-plugins>
<ckeditor-extra-plugins>sakaipreview,image2,audiorecorder,contentitem,movieplayer,wordcount,notification,autosave</ckeditor-extra-plugins>
<!-- Empty defaults for a11y-->
<ckeditor-a11y-extra-plugins></ckeditor-a11y-extra-plugins>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<random-source></random-source>

<!-- These should only be updated when the webjars version is updated -->
<ckeditor.autosave.version>b88e3878f0c7442a52e542f67e76d97e2ce32f8</ckeditor.autosave.version>
<ckeditor.autosave.version>786318aefed553a62cebbe4cd10b67c3ab266437</ckeditor.autosave.version>
<ckeditor.wordcount.version>b29a29d4dc8a42732ce46720e1efc30c826e4c9</ckeditor.wordcount.version>
<ckeditor.a11ychecker.version>1.1.0</ckeditor.a11ychecker.version>
<ckeditor.balloonpanel.version>4.6.2</ckeditor.balloonpanel.version>
Expand Down
2 changes: 1 addition & 1 deletion webjars/ckeditor-autosave/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Either use a tag or a SHA so the version is predictable. -->
<!-- Source at https://github.com/w8tcha/CKEditor-AutoSave-Plugin -->

<version>b88e3878f0c7442a52e542f67e76d97e2ce32f8</version>
<version>786318aefed553a62cebbe4cd10b67c3ab266437</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 2a53f7e

Please sign in to comment.