Closed nfreear closed 8 years ago
" This is a test site "
robots.txt
Gruntfile.js
Fix image URLs — static/src/js/app/app.js:
static/src/js/app/app.js
//... var x , m_approval = L.href.match(/\/(approval|localhost|nquire\/|pegasos\.)/) //... // Fix image URLs on test server [Bug: #5] if (m_approval) { $controller.ready(function () { W.setTimeout(function () { W.$("img[ src *= 'files/image/' ]").each(function () { var $img = W.$(this); W.console && console.log("IMG:", $img.attr("src")); $img.attr("src", "http://www.nquire-it.org/" + $img.attr("src")); }); }, 2500); }); }
(IET task)
" This is a test site "
;robots.txt
Gruntfile.js
;Fix image URLs —
static/src/js/app/app.js
:(IET task)