%PDF- %PDF-
| Direktori : /data/old/home/stash/atlassian-stash/static/feature/comments/ |
| Current File : //data/old/home/stash/atlassian-stash/static/feature/comments/comment-tips.js |
define('feature/comments/comment-tips', function () {
"use strict";
var isMac = navigator.platform.indexOf('Mac') !== -1;
return {
tips : [
isMac ?
AJS.I18n.getText('stash.web.comment.tip.cmdEnter') :
AJS.I18n.getText('stash.web.comment.tip.ctrlEnter'),
AJS.I18n.getText('stash.web.comment.tip.mention'),
AJS.I18n.getText('stash.web.comment.tip.markdown', "<a href=cav_help_url('stash.help.markup.syntax.guide') target=\"_blank\">", '</a>')
]
};
});