summaryrefslogtreecommitdiff
path: root/shader-picker.html
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-21 15:31:31 -0500
committerjules <jules@okfoc.us>2014-01-21 15:31:31 -0500
commitb1aab59987e2f6aecf904d32ba092b509e72e9d3 (patch)
tree11c984bf73307bf83bcb9b1279033c001e61983c /shader-picker.html
parent9b708e5fb68403a80aa762cfb6c4d1071922b682 (diff)
call it local_shaders
Diffstat (limited to 'shader-picker.html')
-rw-r--r--shader-picker.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/shader-picker.html b/shader-picker.html
index cc4bd18..923f1b6 100644
--- a/shader-picker.html
+++ b/shader-picker.html
@@ -191,8 +191,8 @@ function init(){
console.log("signed in as", user.username)
}
- user.shaders.init()
- user.shaders.loadLastAccessed()
+ local_shaders.init()
+ local_shaders.loadLastAccessed()
document.getElementById('shader').addEventListener('input', shader_build);
shader_build()