Skip to content

Commit

Permalink
Update dist files.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Jul 25, 2015
1 parent 415fbf3 commit 8975b63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions dist/summernote.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Super simple wysiwyg editor on Bootstrap v0.6.12
* Super simple wysiwyg editor on Bootstrap v0.6.13
* http://summernote.org/
*
* summernote.js
* Copyright 2013-2015 Alan Hong. and other contributors
* summernote may be freely distributed under the MIT license./
*
* Date: 2015-07-24T19:08Z
* Date: 2015-07-25T02:27Z
*/
(function (factory) {
/* global define */
Expand Down Expand Up @@ -2381,7 +2381,7 @@
*/
var defaults = {
/** @property */
version: '0.6.12',
version: '0.6.13',

/**
*
Expand Down Expand Up @@ -6563,7 +6563,7 @@
'<div class="title">' + lang.shortcut.shortcuts + '</div>' +
(agent.isMac ? tplShortcutTable(lang, options) : replaceMacKeys(tplShortcutTable(lang, options))) +
'<p class="text-center">' +
'<a href="//summernote.org/" target="_blank">Summernote 0.6.12</a> · ' +
'<a href="//summernote.org/" target="_blank">Summernote 0.6.13</a> · ' +
'<a href="//github.com/summernote/summernote" target="_blank">Project</a> · ' +
'<a href="//github.com/summernote/summernote/issues" target="_blank">Issues</a>' +
'</p>';
Expand Down
Loading

0 comments on commit 8975b63

Please sign in to comment.