-
I have an app that uses absolute path (it loads some static files (css/js/fonts) from a gem) and noticed that cache busting is not working this way. The serving and the concatenation is working fine, …
-
ES6 is not really compatible with old global js style. As soon as I use an import a script becomes a module and so all global functions become local. They cannot be called anymore from somewhere else.…
-
Hi all,
Our security team just flagged us for having outdated jQuery and Bootstrap.js.
Specifically, here are two excerpts from the vulnerability report. There were a few different hits returned f…
-
From following the JavaScript code, I believe that `node.trigger(:input)` currently ends up calling `this.dispatchEvent('input')`. However, that isn't the correct way to dispatch this event, it should…
janko updated
2 years ago
-
This error handling code is not localized:
https://github.com/projectblacklight/blacklight/blob/master/app/assets/javascripts/blacklight/modal.js#L108-L112
```
var contents = "" +
…
cbeer updated
2 years ago
-
### Core or SDK?
Platform/SDK
### Which part? Which one?
Java (including Kotlin and Android)
### Description
The Java (and related platforms) documentation for configuring an applicatio…
-
When "Build Patches" crashes due to a bug in a patcher, an alert is displayed. When you fiddle with the settings and try again, and fail, you get a copy of the same alert for each time there has been …
-
when i make login, the page restart
when i put logout the page not restart
(facebook button)
{% extends '::base.html.twig' %}
{% block body %}
{{ facebook_initialize({'xfbml': true, 'fbAsyncInit': …
-
Hello,
I am using bootstrap 4 alpha-6 gem. I have this in `Gemfile`: `gem 'bootstrap', '~> 4.0.0.alpha6'`. In `pipeline.rb` I have `require 'bootstrap'`.
javascripts/site.js:
```
//= require j…
-
Is there a way to install and use Rainbow when using webpack for a front-end app? I get this error when I try to use webpack to build Rainbow.
```Bash
ERROR in ./~/rainbow-code/src/rainbow-node.js…