Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Тимофей Семененко
/
shold.dev5.ashmanov.com
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 00895040
authored
Sep 19, 2017
by
Semenenko Timofey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Новые рекомендации по карте проектов.
1 parent
106716f7
Pipeline
#2953
for
00895040
skipped
in 0 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
index_speed.html
js/index.js
local/components/cpeople/project/templates/.default/ajax.php
projects/fave/index.php
index_speed.html
deleted
100644 → 0
View file @
106716f
This diff is collapsed.
Click to expand it.
js/index.js
View file @
0089504
...
...
@@ -642,7 +642,11 @@ $(document).on('click', ".mobile_menu_phones.off",function() {
$
(
document
).
on
(
'click'
,
"#close"
,
function
()
{
$
(
".mobile_menu_phones.off"
).
removeClass
(
'off'
);
});
(
function
(
$
)
{
$
(
'.fav-link-clear'
).
click
(
function
()
{
window
.
location
.
replace
(
"https://shold.dev5.ashmanov.com/projects/"
);
});
})(
jQuery
);
...
...
local/components/cpeople/project/templates/.default/ajax.php
View file @
0089504
<?php
s
<?php
ob_start
();
...
...
projects/fave/index.php
View file @
0089504
...
...
@@ -5,11 +5,6 @@ $APPLICATION->SetTitle("Понравившиеся проекты");
<div
class=
"fav_listing"
>
<style>
.projects-list
{
margin-top
:
-25px
;
}
</style>
<?
$APPLICATION
->
IncludeComponent
(
'cpeople:project'
,
''
,
array
(
'IS_FAVE'
=>
1
))
?>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment