SoylentNews / slashcode

The slashcode repository for SoylentNews. The initial code base was uploaded as it appeared on Sourceforge as of the last commit in September 2009
http://soylentnews.org
GNU General Public License v2.0
44 stars 22 forks source link

Bug 230 regression(?) #401

Closed marty-b closed 9 years ago

marty-b commented 9 years ago

Cf bug 230. Look at source to this page: http://dev.soylentnews.org/article.pl?sid=15/01/20/1426201 I still see a script referring to coremetrics being inserted:

<script type="text/javascript"> // coremetrics if( window.location.hostname.indexOf('slashdot.org') >= 0 ) { cmSetProduction(); } cmCreatePageviewTag && cmCreatePageviewTag('ARTICLE DETAIL', null, null, null,'New "user" tag tests -- Plain Old Text-_-') && (cmCreatePageviewTag = null); </script>

<div class="prev-next">

paulej72 commented 9 years ago

Fixed in #413