#1458: Правки по ТЗ

parent b8cee8fa
...@@ -14310,6 +14310,7 @@ a.appl_btn { ...@@ -14310,6 +14310,7 @@ a.appl_btn {
-o-border-radius: 50px; -o-border-radius: 50px;
-ms-border-radius: 50px; -ms-border-radius: 50px;
text-align: center; text-align: center;
cursor: pointer;
color: #655d04; color: #655d04;
font-size: 15px; font-size: 15px;
background-image: linear-gradient(to top, #fdd000 0%, #fff04e 100%); background-image: linear-gradient(to top, #fdd000 0%, #fff04e 100%);
......
...@@ -68,7 +68,7 @@ $(document).ready(function() { ...@@ -68,7 +68,7 @@ $(document).ready(function() {
return false; return false;
}); });
$('a#load-post').click(loadPosts); $('#load-post').click(loadPosts);
$.ajax({ $.ajax({
url: "/sessions/default/add" url: "/sessions/default/add"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment