mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 14:36:08 -04:00
made notice configurable, fixing a few CSS glitches
This commit is contained in:
parent
a67c9ab129
commit
42c2003220
9 changed files with 34 additions and 13 deletions
|
@ -1651,7 +1651,6 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
*/
|
||||
me.hideMessages = function()
|
||||
{
|
||||
// also possible: $('.statusmessage').addClass('hidden');
|
||||
$statusMessage.addClass('hidden');
|
||||
$errorMessage.addClass('hidden');
|
||||
};
|
||||
|
@ -4672,7 +4671,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
}
|
||||
|
||||
if (isInsecureConnection()) {
|
||||
Alert.showError('This website is using an insecure HTTP connection! Please use it only for testing.');
|
||||
$('#httpnotice').toggle(true);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue