From ba6e95f3d76b84571ef2cf016b26fc98b2d75c43 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 10 Nov 2014 16:09:54 +0200 Subject: rename rhizicore -> rz_core, move towards common rz_ prefix --- scripts/buttons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/buttons.js') diff --git a/scripts/buttons.js b/scripts/buttons.js index ef56594d..19c772eb 100644 --- a/scripts/buttons.js +++ b/scripts/buttons.js @@ -1,6 +1,6 @@ "use strict" -define('buttons', ['jquery', 'FileSaver', 'rhizicore'], function ($, saveAs, RZ) { +define('buttons', ['jquery', 'FileSaver', 'rz_core'], function ($, saveAs, RZ) { $('.tutorial').click(function(){}); var key="#47989379"; -- cgit v1.3.1