aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-05 14:11:12 -0500
committerMark Otto <[email protected]>2013-07-05 14:11:12 -0500
commit817972724afa3e8f12d6a1376820490d3c430184 (patch)
treeeb7c6303cea16131305d31b71275e39c2a148b20 /docs/assets
parent749dc35328862896d613bfe72fc961e490037fad (diff)
downloadbootstrap-817972724afa3e8f12d6a1376820490d3c430184.tar.xz
bootstrap-817972724afa3e8f12d6a1376820490d3c430184.zip
Remove further mentions of Glyphicons
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/js/application.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js
index 4fa65cb9e..3fa5f07b7 100644
--- a/docs/assets/js/application.js
+++ b/docs/assets/js/application.js
@@ -92,7 +92,6 @@
.map(function () { return this.value })
.toArray()
, vars = {}
- , img = ['glyphicons-halflings.png', 'glyphicons-halflings-white.png']
$("#less-variables input")
.each(function () {
@@ -107,7 +106,6 @@
js: js
, css: css
, vars: vars
- , img: img
}
})
})