1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Expiration date is now displayed for each paste

This commit is contained in:
sam
2012-05-22 19:58:23 +02:00
parent 7b8108ea6b
commit d12718d9dd
7 changed files with 62 additions and 11 deletions

View File

@ -35,7 +35,7 @@ window.zerobin = {
and all of them are executed in a timed continuation to give
a change to the UI to respond.
*/
version: '0.1',
version: '0.1.1',
encrypt: function(key, content, toBase64Callback,
compressCallback, encryptCallback, doneCallback) {
@ -558,7 +558,7 @@ if (content && key) {
"The paste didn't not seem to be code, so it " +
"was not colorized. " +
"<a id='force-coloration' href='#'>Force coloration</a>",
'', true, reposition);
'', false, reposition);
}
/* Class to switch to paste content style with coloration done */

File diff suppressed because one or more lines are too long