Skip to content

Commit

Permalink
Build assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre RAMBAUD committed Jan 10, 2020
1 parent 73d3e86 commit 011d883
Show file tree
Hide file tree
Showing 27 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion admin-dev/themes/default/template/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
var quicklink_list ='';
$.each(data, function(index,value){
if (typeof data[index]['name'] !== 'undefined')
quicklink_list += '<li><a href="' + data[index]['link']'">' + data[index]['name'] + '</a></li>';
quicklink_list += '<li><a href="' + data[index]['link'] + '">' + data[index]['name'] + '</a></li>';
});
if (typeof data['has_errors'] !== 'undefined' && data['has_errors'])
Expand Down
2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/public/catalog.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions admin-dev/themes/new-theme/public/cldr.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions admin-dev/themes/new-theme/public/cms_page_form.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions admin-dev/themes/new-theme/public/employee_form.bundle.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
window.form_popover_error=function(r){function t(n){if(o[n])return o[n].exports;var e=o[n]={i:n,l:!1,exports:{}};return r[n].call(e.exports,e,e.exports,t),e.l=!0,e.exports}var o={};return t.m=r,t.c=o,t.i=function(r){return r},t.d=function(r,o,n){t.o(r,o)||Object.defineProperty(r,o,{configurable:!1,enumerable:!0,get:n})},t.n=function(r){var o=r&&r.__esModule?function(){return r.default}:function(){return r};return t.d(o,"a",o),o},t.o=function(r,t){return Object.prototype.hasOwnProperty.call(r,t)},t.p="",t(t.s=305)}({305:function(r,t,o){"use strict";/**
window.form_popover_error=function(r){function t(n){if(o[n])return o[n].exports;var e=o[n]={i:n,l:!1,exports:{}};return r[n].call(e.exports,e,e.exports,t),e.l=!0,e.exports}var o={};return t.m=r,t.c=o,t.i=function(r){return r},t.d=function(r,o,n){t.o(r,o)||Object.defineProperty(r,o,{configurable:!1,enumerable:!0,get:n})},t.n=function(r){var o=r&&r.__esModule?function(){return r.default}:function(){return r};return t.d(o,"a",o),o},t.o=function(r,t){return Object.prototype.hasOwnProperty.call(r,t)},t.p="",t(t.s=306)}({306:function(r,t,o){"use strict";/**
* 2007-2019 PrestaShop and Contributors
*
* NOTICE OF LICENSE
Expand Down
2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/public/geolocation.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 011d883

Please sign in to comment.