Преглед изворни кода

Different source of bootstrap 2.3.2. Fixes issue pointed by @siemenbaader.

Getting bootstrap 2.3.2 in classical way is not possible, so alternatives must be used.
The previous alternative did not report that version used is indeed 2.3.2,
This should be better in that regard.
Herbert Vojčík пре 10 година
родитељ
комит
35e61a6c7c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      all.js

+ 1 - 0
all.js

@@ -1,5 +1,6 @@
 require.config({
 	paths: {
+        'amber_lib/bootstrap': require.toUrl('amber_lib') + '/bootstrap/bootstrap',
 		'jquery-ui': require.toUrl('amber_lib/jquery-ui/ui/minified/jquery-ui.min')
 	},
 	shim: {