Support set url path and use relative url, move raphael to bower and fixed minor issue in history
This commit is contained in:
@@ -120,7 +120,7 @@ function parseHistoryCallback(list, notehistory) {
|
||||
pin.removeClass('active');
|
||||
}
|
||||
//parse link to element a
|
||||
a.attr('href', '/' + values.id);
|
||||
a.attr('href', serverurl + '/' + values.id);
|
||||
//parse tags
|
||||
if (values.tags) {
|
||||
var tags = values.tags;
|
||||
|
||||
Reference in New Issue
Block a user