1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 13:29:06 +02:00

add small fix for tooltip consistency + fix customizer syntax issue

This commit is contained in:
fat
2013-08-17 20:28:58 -07:00
parent 06c3d87973
commit 734b6acf13
6 changed files with 24 additions and 18 deletions

View File

@@ -114,9 +114,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
}
var content = zip.generate()
location.href = 'data:application/zip;base64,' + content
complete()
}