Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Intelliants
Web Directory Script
Commits
1f495fd6
Commit
1f495fd6
authored
Aug 29, 2018
by
Vasily Bezruchkin
💬
Browse files
Merge branch 'hotfix_issus_52' into 'master'
Fixed. Closed
#52
Closes
#52
See merge request intelliants/directory!3
parents
92984112
8bfe13c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/front/filters.js
View file @
1f495fd6
...
...
@@ -12,7 +12,7 @@ $(function () {
intelli
.
flags
.
doNotRespond
||
intelli
.
search
.
run
();
if
(
value
!=
''
)
{
$
.
getJSON
(
intelli
.
config
.
packages
.
directory
.
url
+
'
directory
/read.json
'
,
{
id
:
value
},
function
(
response
)
{
$
.
getJSON
(
intelli
.
config
.
packages
.
directory
.
url
+
'
top
/read.json
'
,
{
id
:
value
},
function
(
response
)
{
if
(
response
&&
response
.
length
>
0
)
{
var
d
=
$scSelect
.
data
(
'
value
'
);
$
.
each
(
response
,
function
(
index
,
item
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment