fixed indentation
This commit is contained in:
parent
1efb57fed8
commit
e5275bbe67
@ -18,12 +18,12 @@
|
||||
|
||||
function render_wiki(input_text)
|
||||
{
|
||||
creole_render_wiki_with_input_text (
|
||||
creole_render_wiki_with_input_text (
|
||||
input_text,
|
||||
"file_edit_mainarea_description_preview",
|
||||
"file_edit_mainarea_description_preview",
|
||||
"<?=site_url()?>/wiki/show/<?=$project->id?>/",
|
||||
"<?=site_url()?>/wiki/attachment0/<?=$project->id?>/"
|
||||
);
|
||||
);
|
||||
}
|
||||
|
||||
$(function () {
|
||||
|
@ -16,12 +16,12 @@
|
||||
|
||||
function render_wiki(input_text)
|
||||
{
|
||||
creole_render_wiki_with_input_text (
|
||||
creole_render_wiki_with_input_text (
|
||||
input_text,
|
||||
"issue_edit_mainarea_description_preview",
|
||||
"issue_edit_mainarea_description_preview",
|
||||
"<?=site_url()?>/wiki/show/<?=$project->id?>/",
|
||||
"<?=site_url()?>/wiki/attachment0/<?=$project->id?>/"
|
||||
);
|
||||
);
|
||||
}
|
||||
|
||||
$(function () {
|
||||
|
@ -15,12 +15,12 @@
|
||||
<script type="text/javascript">
|
||||
function render_wiki(input_text)
|
||||
{
|
||||
creole_render_wiki_with_input_text (
|
||||
creole_render_wiki_with_input_text (
|
||||
input_text,
|
||||
"project_edit_mainarea_description_preview",
|
||||
"project_edit_mainarea_description_preview",
|
||||
"<?=site_url()?>/wiki/show/<?=$project->id?>/",
|
||||
"<?=site_url()?>/wiki/attachment0/<?=$project->id?>/"
|
||||
);
|
||||
);
|
||||
}
|
||||
|
||||
$(function() {
|
||||
|
@ -19,12 +19,12 @@
|
||||
|
||||
function render_wiki(input_text)
|
||||
{
|
||||
creole_render_wiki_with_input_text (
|
||||
creole_render_wiki_with_input_text (
|
||||
input_text,
|
||||
"site_edit_mainarea_text_preview",
|
||||
"site_edit_mainarea_text_preview",
|
||||
"<?=site_url()?>/site/wiki/",
|
||||
"<?=site_url()?>/site/image/"
|
||||
);
|
||||
);
|
||||
}
|
||||
|
||||
$(function () {
|
||||
|
@ -18,12 +18,12 @@
|
||||
|
||||
function render_wiki(input_text)
|
||||
{
|
||||
creole_render_wiki_with_input_text (
|
||||
creole_render_wiki_with_input_text (
|
||||
input_text,
|
||||
"wiki_edit_mainarea_text_preview",
|
||||
"wiki_edit_mainarea_text_preview",
|
||||
"<?=site_url()?>/wiki/show/<?=$project->id?>/",
|
||||
"<?=site_url()?>/wiki/attachment0/<?=$project->id?>/"
|
||||
);
|
||||
);
|
||||
}
|
||||
|
||||
var new_attachment_no = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user