Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alain Takoudjou
erp5
Commits
d64e3004
Commit
d64e3004
authored
May 13, 2015
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop deprecated jQuery.browser code.
parent
b8ac45e8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
7 deletions
+14
-7
bt5/erp5_jquery_plugin_bbq/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/bbq/bbq.js.xml
...tem/portal_skins/erp5_jquery/jquery/plugin/bbq/bbq.js.xml
+7
-4
bt5/erp5_jquery_plugin_bbq/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/bbq/bbq.min.js.xml
...portal_skins/erp5_jquery/jquery/plugin/bbq/bbq.min.js.xml
+7
-3
No files found.
bt5/erp5_jquery_plugin_bbq/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/bbq/bbq.js.xml
View file @
d64e3004
...
...
@@ -6,9 +6,13 @@
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_Cacheable__manager_id
</string>
</key>
<value>
<string>
http_cache
</string>
</value>
</item>
<item>
<key>
<string>
_EtagSupport__etag
</string>
</key>
<value>
<string>
ts
54098924.89
</string>
</value>
<value>
<string>
ts
31508727.41
</string>
</value>
</item>
<item>
<key>
<string>
__name__
</string>
</key>
...
...
@@ -999,9 +1003,8 @@
\n
// IE6/7 specifically need some special love when it comes to back-button\n
// support, so let\'s do a little browser sniffing..\n
browser = $.browser,\n
mode = document.documentMode,\n
is_old_ie =
browser.msie
&&
( mode === undefined || mode
< 8
),\n
is_old_ie =
(navigator.userAgent.match(/MSIE/i) !== null)
&&
( mode === undefined || mode
< 8
),\n
\n
//
Does
the
browser
support
window.onhashchange?
Test
for
IE
version,
since\n
//
IE8
incorrectly
reports
this
when
in
"IE7"
or
"IE8
Compatibility
View"!\n
...
...
@@ -1170,7 +1173,7 @@
</item>
<item>
<key>
<string>
size
</string>
</key>
<value>
<int>
432
49
</int>
</value>
<value>
<int>
432
57
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
bt5/erp5_jquery_plugin_bbq/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/bbq/bbq.min.js.xml
View file @
d64e3004
This diff is collapsed.
Click to expand it.
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