Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Issue forks
colorbox-3183921
Commits
117d487f
Commit
117d487f
authored
Jul 11, 2010
by
frjo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#840682
: Removing focus() code at the end of colorbox_load.js to stop iframes from jumping about.
parent
8310df2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
js/colorbox_load.js
js/colorbox_load.js
+0
-3
No files found.
js/colorbox_load.js
View file @
117d487f
...
...
@@ -24,9 +24,6 @@ Drupal.behaviors.initColorboxLoad = function (context) {
},
iframe
:
function
(){
return
$
.
urlParam
(
'
iframe
'
,
$
(
this
).
attr
(
'
href
'
));
},
onComplete
:
function
(){
$
(
'
input:first
'
).
focus
();
}
});
};
...
...
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