Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
footable-3430656
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
footable-3430656
Commits
f6d05559
Commit
f6d05559
authored
11 years ago
by
Les Lim
Committed by
Matt Vance
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
#1913472
by Les Lim: Fixing undefined index notice.
parent
24daabb7
No related branches found
Branches containing commit
Tags
7.x-1.0-beta1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
footable.module
+3
-1
3 additions, 1 deletion
footable.module
with
3 additions
and
1 deletion
footable.module
+
3
−
1
View file @
f6d05559
...
...
@@ -268,7 +268,9 @@ function template_preprocess_footable_view(&$vars) {
// Add FooTable classes and data attributes.
$vars
[
'classes_array'
][]
=
'footable'
;
$vars
[
'data_class'
][
$options
[
'footable'
][
'expand'
]]
=
'expand'
;
if
(
!
empty
(
$options
[
'footable'
][
'expand'
]))
{
$vars
[
'data_class'
][
$options
[
'footable'
][
'expand'
]]
=
'expand'
;
}
// Add FooTable library files and calling script.
drupal_add_library
(
'footable'
,
'footable'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment