Socket
Socket
Sign inDemoInstall

nodebb-theme-oxide

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-theme-oxide - npm Package Compare versions

Comparing version 2.0.14 to 2.0.15

4

languages/de/oxide.json

@@ -8,3 +8,5 @@ {

"card-information": "Information über ",
"aboutme": "Über mich"
"aboutme": "Über mich",
"not-support-js": "Ihr Browser scheint kein JavaScript zu unterstützen. Dies führt dazu, dass Ihre Anzeige weniger wird und Sie möglicherweise einige Aktionen nicht ausführen können",
"download-brower-js": "Laden Sie einen Browser herunter, der JavaScript unterstützt, oder aktivieren Sie ihn, wenn er deaktiviert ist (z. B. NoScript)."
}

@@ -8,3 +8,5 @@ {

"card-information": "Information about ",
"aboutme": "About me"
"aboutme": "About me",
"not-support-js": "Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.",
"download-brower-js": "Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript)."
}

@@ -8,3 +8,5 @@ {

"card-information": "Information about ",
"aboutme": "About me"
"aboutme": "About me",
"not-support-js": "Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.",
"download-brower-js": "Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript)."
}

@@ -8,3 +8,5 @@ {

"card-information": "Informacje o ",
"aboutme": "O mnie"
"aboutme": "O mnie",
"not-support-js": "Twoja przeglądarka prawdopodobnie nie obsługuje JavaScript. W rezultacie wrażenia z oglądania zostaną zmniejszone, a wykonanie niektórych czynności może nie być możliwe.",
"download-brower-js": "Pobierz przeglądarkę obsługującą JavaScript lub włącz ją, jeśli jest wyłączona (np. NoScript)."
}

@@ -412,3 +412,3 @@ "use strict";

$(window).on('action:ajaxify.end', function(ev, data) {
if (data.url && data.url.match('^topic/')) {
if (data.url && data.url.match('^topic/') && config.enableQuickReply) {
require(['oxide/quickreply'], function(quickreply) {

@@ -415,0 +415,0 @@ quickreply.init();

{
"name": "nodebb-theme-oxide",
"description": "Oxide Theme for NodeBB",
"version": "2.0.14",
"version": "2.0.15",
"homepage": "https://oxidepolska.pl/",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc