This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit a96b3941b45e0de63c5959c6f8a81b3e0f78b77c Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Jul 20 17:52:16 2018 +0200 correction de l'historisation de la console --- pollen-ui-riot-js/src/main/web/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/index.js b/pollen-ui-riot-js/src/main/web/index.js index 4aa7db2c..3d579218 100644 --- a/pollen-ui-riot-js/src/main/web/index.js +++ b/pollen-ui-riot-js/src/main/web/index.js @@ -18,7 +18,7 @@ // * along with this program. If not, see <http://www.gnu.org/licenses/>. // * #L% // */ -// import history from "console.history"; +import "console.history"; import riot from "riot"; import "riot-hot-reload"; import i18nHelper from "./js/I18nHelper"; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.