Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
d1c94cc7
Commit
d1c94cc7
authored
Apr 02, 2013
by
Vanessa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chrome bug
parent
f24b369c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
449 additions
and
449 deletions
+449
-449
core/src/main/java/org/b3log/solo/processor/RepairProcessor.java
...c/main/java/org/b3log/solo/processor/RepairProcessor.java
+449
-449
No files found.
core/src/main/java/org/b3log/solo/processor/RepairProcessor.java
View file @
d1c94cc7
...
...
@@ -329,10 +329,10 @@ public final class RepairProcessor {
htmlBuilder
.
append
(
"<script type='text/javascript'"
);
htmlBuilder
.
append
(
"src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js'"
);
htmlBuilder
.
append
(
"></script></head><body>"
);
htmlBuilder
.
append
(
"<button id='ok' onclick='remove
()'>"
);
htmlBuilder
.
append
(
"<button id='ok' onclick='remove
Data()'>"
);
htmlBuilder
.
append
(
"Continue to delete ALL DATA</button></body>"
);
htmlBuilder
.
append
(
"<script type='text/javascript'>"
);
htmlBuilder
.
append
(
"function remove
() {"
);
htmlBuilder
.
append
(
"function remove
Data() {"
);
htmlBuilder
.
append
(
"$.ajax({type: 'POST',url:'"
).
append
(
Latkes
.
getContextPath
()).
append
(
"/rm-all-data.do',"
);
htmlBuilder
.
append
(
"dataType: 'text/html',success: function(result){"
);
htmlBuilder
.
append
(
"$('html').html(result);}});}</script></html>"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment