|
@@ -2716,6 +2716,7 @@
|
|
|
function getShortcutInfo(filepath, callback){
|
|
|
$.get("../../media?file=" + filepath, function(data){
|
|
|
//This return the shortcut information. Split it and see what shortcut is this
|
|
|
+ data = data.split("\r\n").join("\n");
|
|
|
var shortcutInfo = data.trim().split("\n");
|
|
|
callback(shortcutInfo);
|
|
|
});
|