Browse Source

"Twitter Bootstrap" is now simply Bootstrap

See http://getbootstrap.com/about/#brand
Chris Rebert 11 years ago
parent
commit
0a01689689

+ 2 - 2
README.md

@@ -1,10 +1,10 @@
 bootstrap-dialog
 ================
 
-Make use of Twitter Bootstrap's modal more monkey-friendly.
+Make use of Bootstrap's modal more monkey-friendly.
 
 See live examples here: <a href="http://nakupanda.github.io/bootstrap3-dialog/">http://nakupanda.github.io/bootstrap3-dialog/</a>
 
-Please note that this project is for <a href="http://getbootstrap.com/"><strong>Twitter Bootstrap 3</strong></a>.
+Please note that this project is for <a href="http://getbootstrap.com/"><strong>Bootstrap 3</strong></a>.
 
 Thanks for <a href="https://github.com/akinoniku">akinoniku</a>'s suggestions on dialog appearance.

+ 1 - 1
examples/assets/bootstrap-dialog/js/bootstrap-dialog.js

@@ -1,5 +1,5 @@
 /* ================================================
- * Make use of Twitter Bootstrap's modal more monkey-friendly.
+ * Make use of Bootstrap's modal more monkey-friendly.
  * 
  * For Bootstrap 3.
  * 

File diff suppressed because it is too large
+ 2 - 2
examples/index.html


+ 1 - 1
js/bootstrap-dialog.js

@@ -1,5 +1,5 @@
 /* ================================================
- * Make use of Twitter Bootstrap's modal more monkey-friendly.
+ * Make use of Bootstrap's modal more monkey-friendly.
  * 
  * For Bootstrap 3.
  *