From c7fb74859f7e000ba851fce54b627d06fd803bbc Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Sat, 15 Feb 2014 01:19:25 +0700 Subject: [PATCH] Clean up Clean up --- robots.txt | 4 ++-- system/resources/htmly.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/robots.txt b/robots.txt index 28af5f3..dca63e7 100644 --- a/robots.txt +++ b/robots.txt @@ -19,7 +19,6 @@ User-agent: * Crawl-delay: 10 # Directories -Disallow: /admin/ Disallow: /config/ Disallow: /content/ Disallow: /system/ @@ -31,4 +30,5 @@ Disallow: /composer.json Disallow: /composer.lock Disallow: /composer.phar # Paths -Disallow: /search/ \ No newline at end of file +Disallow: /search/ +Disallow: /admin/ \ No newline at end of file diff --git a/system/resources/htmly.js b/system/resources/htmly.js index 466a7f5..17be35e 100644 --- a/system/resources/htmly.js +++ b/system/resources/htmly.js @@ -1,7 +1,7 @@ (function ($) { $(document).ready(function() { - $('.post-teaser img, .post-body img').each(function() { + $('.teaser-body img, .post-body img').each(function() { var currentImage = $(this); currentImage.wrap(""); });