Need a round avatar with some sort of progress bar around it.
Forked from Volker Otto's Pen Round Avatar with circular progress bar.
A Pen by Captain Anonymous on CodePen.
diff -rupN mage_org/app/code/core/Mage/Catalog/Model/Url.php src_shop/app/code/core/Mage/Catalog/Model/Url.php | |
--- mage_org/app/code/core/Mage/Catalog/Model/Url.php 2013-11-19 00:48:25.679009391 +0100 | |
+++ src_shop/app/code/core/Mage/Catalog/Model/Url.php 2013-11-19 00:49:24.188005601 +0100 | |
@@ -643,13 +643,24 @@ class Mage_Catalog_Model_Url | |
$this->_rewrite = $rewrite; | |
return $requestPath; | |
} | |
+ | |
+ // avoid unnecessary creation of new url_keys for duplicate url keys | |
+ $noSuffixPath = substr($requestPath, 0, -(strlen($suffix))); |
Need a round avatar with some sort of progress bar around it.
Forked from Volker Otto's Pen Round Avatar with circular progress bar.
A Pen by Captain Anonymous on CodePen.
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |