File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 20
20
< script type ="text/javascript " charset ="utf-8 " src ="./js/tmpl.js "> </ script >
21
21
< script type ="text/javascript " charset ="utf-8 " src ="http://geocommons.com/javascripts/f1.api.js "> </ script >
22
22
< script src ="./js/map.js " type ="text/javascript "> </ script >
23
+ < script src ="./js/extractives.js " type ="text/javascript "> </ script >
23
24
24
25
< script type ="text/javascript " charset ="utf-8 ">
25
26
// if (top.frames.length!=0)
@@ -294,7 +295,7 @@ <h1 id="map-summary" style="display:none" class="loaded txtRed txtGeorgia">
294
295
</ ul >
295
296
</ div >
296
297
</ div >
297
- < script src =" ./js/extractives.js " type =" text/javascript " > </ script >
298
+
298
299
299
300
300
301
</ div >
Original file line number Diff line number Diff line change @@ -39,9 +39,7 @@ function fbs_click() {u=location.href;t=document.title;window.open('http://www.f
39
39
40
40
if ( typeof ( F1 ) == 'undefined' ) { F1 = { } ; }
41
41
( function ( ) {
42
-
43
-
44
- if ( typeof String . prototype . trim != 'function' ) {
42
+ if ( typeof String . prototype . trim != 'function' ) {
45
43
String . prototype . trim = function ( ) {
46
44
return this . replace ( / ^ \s + | \s + $ / g, '' ) ;
47
45
}
@@ -1313,7 +1311,7 @@ if(typeof(F1)=='undefined') {F1 = {};}
1313
1311
self . projectTable ( self . projects ) ;
1314
1312
log ( "sortProjects" ) ;
1315
1313
// self.projectFundingBars();
1316
- self . toggleSector ( "all" , true , false ) ;
1314
+ self . toggleSector ( "all" , false , false ) ;
1317
1315
log ( "sectorPieChart" ) ;
1318
1316
}
1319
1317
if ( self . thematic_area == "m4r" ) { // for countries & regions
You can’t perform that action at this time.
0 commit comments