leanote beta2 release
This commit is contained in:
app
controllers
service
views
public
File diff suppressed because one or more lines are too long
2
public/js/app/note-min.js
vendored
2
public/js/app/note-min.js
vendored
File diff suppressed because one or more lines are too long
@ -1658,7 +1658,7 @@ $(function() {
|
||||
e.stopPropagation();
|
||||
// 得到ID
|
||||
var noteId = $(this).parent().attr('noteId');
|
||||
window.open("/blog/view/" + noteId);
|
||||
window.open("/blog/post/" + noteId);
|
||||
});
|
||||
|
||||
// note setting
|
||||
|
Reference in New Issue
Block a user