removed useless _ folders

This commit is contained in:
Fred Beckhusen
2015-08-09 16:54:31 -05:00
parent fde850293c
commit 948a44dfba
5204 changed files with 2425579 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<Solution name="Calling_external_JavaScript_functio">
<Project name="Calling_external_JavaScript_functio" path="Calling_external_JavaScript_functio\Calling_external_JavaScript_functio.prj" active="true"/>
</Solution>

View File

@@ -0,0 +1,6 @@
<Project name="Calling_external_JavaScript_functio" guid="D85EBDC2-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D85EBEB0-6C00-1014-B904-200204C60A89">
<Script name="Calling_external_JavaScript_functio_1.lsl" guid="D85ED604-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>

View File

@@ -0,0 +1,30 @@
// :CATEGORY:Viewer 2
// :NAME:Calling_external_JavaScript_functio
// :AUTHOR:Becky Pippen
// :CREATED:2010-09-02 11:14:37.050
// :EDITED:2013-09-18 15:38:50
// :ID:143
// :NUM:209
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Press enter to accept Project Name or type a new descriptionalling_external_JavaScript_functions
// :CODE:
integer face = 4;
string externalJavascript =
"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js";
default
{
state_entry()
{
string dataURI = "data:text/html," +
"<head><script src='" + externalJavascript + "'></script></head>" +