mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
remove trailing white spaces from public/javascripts/jstoolbar/markdown.js
git-svn-id: http://svn.redmine.org/redmine/trunk@14188 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
06ea3e48eb
commit
ef8328ab3b
@ -7,12 +7,12 @@
|
|||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* DotClear is distributed in the hope that it will be useful,
|
* DotClear is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with DotClear; if not, write to the Free Software
|
* along with DotClear; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
@ -66,7 +66,7 @@ jsToolBar.prototype.elements.h1 = {
|
|||||||
type: 'button',
|
type: 'button',
|
||||||
title: 'Heading 1',
|
title: 'Heading 1',
|
||||||
fn: {
|
fn: {
|
||||||
wiki: function() {
|
wiki: function() {
|
||||||
this.encloseLineSelection('# ', '',function(str) {
|
this.encloseLineSelection('# ', '',function(str) {
|
||||||
str = str.replace(/^#+\s+/, '')
|
str = str.replace(/^#+\s+/, '')
|
||||||
return str;
|
return str;
|
||||||
@ -78,7 +78,7 @@ jsToolBar.prototype.elements.h2 = {
|
|||||||
type: 'button',
|
type: 'button',
|
||||||
title: 'Heading 2',
|
title: 'Heading 2',
|
||||||
fn: {
|
fn: {
|
||||||
wiki: function() {
|
wiki: function() {
|
||||||
this.encloseLineSelection('## ', '',function(str) {
|
this.encloseLineSelection('## ', '',function(str) {
|
||||||
str = str.replace(/^#+\s+/, '')
|
str = str.replace(/^#+\s+/, '')
|
||||||
return str;
|
return str;
|
||||||
@ -90,7 +90,7 @@ jsToolBar.prototype.elements.h3 = {
|
|||||||
type: 'button',
|
type: 'button',
|
||||||
title: 'Heading 3',
|
title: 'Heading 3',
|
||||||
fn: {
|
fn: {
|
||||||
wiki: function() {
|
wiki: function() {
|
||||||
this.encloseLineSelection('### ', '',function(str) {
|
this.encloseLineSelection('### ', '',function(str) {
|
||||||
str = str.replace(/^#+\s+/, '')
|
str = str.replace(/^#+\s+/, '')
|
||||||
return str;
|
return str;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user