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:
@ -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 */
|
||||
|
2
zerobin/static/js/main.min.js
vendored
2
zerobin/static/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user