introduce built in asserts, working on TopNav, correcting some docs

This commit is contained in:
El RIDO
2018-03-01 06:43:30 +01:00
parent cb2af8687e
commit ce6764e97d
8 changed files with 183 additions and 17 deletions

View File

@@ -1290,7 +1290,7 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) {
/**
* hides the remaining time and successful upload notification
*
* @name PasteStatus.hideRemainingTime
* @name PasteStatus.hideMessages
* @function
*/
me.hideMessages = function()
@@ -2884,6 +2884,9 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) {
// get default value from template or fall back to set value
pasteExpiration = Model.getExpirationDefault() || pasteExpiration;
createButtonsDisplayed = false;
viewButtonsDisplayed = false;
};
return me;