Prepare release
This commit is contained in:
parent
08eb287cfb
commit
ba88a991ba
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
#Date Wed Nov 20 2013 13:16:10
|
||||
#Date Wed Nov 20 2013 18:47:35
|
||||
|
||||
CACHE:
|
||||
res/worker.js
|
||||
|
@ -20895,7 +20895,7 @@ function() {
|
||||
}, l.onCreateButton = function() {
|
||||
var t = n("button", {
|
||||
"class": "btn btn-success button-publish",
|
||||
title: "Publish document"
|
||||
title: "Update document publication"
|
||||
}, n("i", {
|
||||
"class": "icon-share"
|
||||
}));
|
||||
|
@ -35,7 +35,7 @@ define([
|
||||
buttonPublish.onCreateButton = function() {
|
||||
var button = crel('button', {
|
||||
class: 'btn btn-success button-publish',
|
||||
title: 'Publish document'
|
||||
title: 'Update document publication'
|
||||
}, crel('i', {
|
||||
class: 'icon-share'
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user