} else {
    $.post('/ajax/content/add_save', { content: content }, function (data) {
      if (data.status === 'ok') {
        $(button).removeClass('glyphicon-star-empty')
        $(button).addClass('glyphicon-star')