Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
180315a4
Commit
180315a4
authored
Dec 03, 2014
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to jQuery 1.11.1
parent
08d1ebb6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
8 deletions
+5
-8
jquery-1.11.1.min.js
qa-content/jquery-1.11.1.min.js
+0
-0
qa-ask.js
qa-content/qa-ask.js
+1
-2
qa-page.js
qa-content/qa-page.js
+2
-3
qa-question.js
qa-content/qa-question.js
+1
-2
qa-page.php
qa-include/qa-page.php
+1
-1
No files found.
qa-content/jquery-1.11.1.min.js
0 → 100644
View file @
180315a4
This diff is collapsed.
Click to expand it.
qa-content/qa-ask.js
View file @
180315a4
...
...
@@ -295,4 +295,4 @@ function set_category_description(idprefix)
n
.
innerHTML
=
desc
;
}
}
\ No newline at end of file
}
qa-content/qa-page.js
View file @
180315a4
...
...
@@ -168,10 +168,10 @@ function qa_ajax_post(operation, params, callback)
else
callback
([]);
},
'text'
).
error
(
function
(
jqXHR
)
{
if
(
jqXHR
.
readyState
>
0
)
callback
([])
});
},
'text'
).
fail
(
function
(
jqXHR
)
{
if
(
jqXHR
.
readyState
>
0
)
callback
([])
});
}
function
qa_ajax_error
()
{
alert
(
'Unexpected response from server - please try again or switch off Javascript.'
);
}
\ No newline at end of file
}
qa-content/qa-question.js
View file @
180315a4
...
...
@@ -273,4 +273,4 @@ function qa_form_params(formname)
function
qa_scroll_page_to
(
scroll
)
{
$
(
'html,body'
).
animate
({
scrollTop
:
scroll
},
400
);
}
\ No newline at end of file
}
qa-include/qa-page.php
View file @
180315a4
...
...
@@ -764,7 +764,7 @@
$qa_content
[
'notices'
][]
=
qa_notice_form
(
'welcome'
,
qa_opt
(
'notice_welcome'
));
}
$qa_content
[
'script_rel'
]
=
array
(
'qa-content/jquery-1.
7.2
.min.js'
);
$qa_content
[
'script_rel'
]
=
array
(
'qa-content/jquery-1.
11.1
.min.js'
);
$qa_content
[
'script_rel'
][]
=
'qa-content/qa-page.js?'
.
QA_VERSION
;
if
(
$voting
)
...
...
Write
Preview
Markdown
is supported
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