aboutsummaryrefslogtreecommitdiff
path: root/weblog/static
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-07-15 03:17:54 +0300
committerYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-07-15 03:17:54 +0300
commit9046c24c4f99ec1b23f717f81ab0f42650289446 (patch)
treeddcee86a5d0625733f1caf6996588f26fdc9beb9 /weblog/static
parentc9d2bbeea44a9e691ba214d0be8566fe0d59fd77 (diff)
downloadw3blog-9046c24c4f99ec1b23f717f81ab0f42650289446.tar.gz
w3blog-9046c24c4f99ec1b23f717f81ab0f42650289446.zip
Language selector function
Diffstat (limited to 'weblog/static')
-rwxr-xr-xweblog/static/weblog/js/weblog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog/static/weblog/js/weblog.js b/weblog/static/weblog/js/weblog.js
index b802841..164cc3b 100755
--- a/weblog/static/weblog/js/weblog.js
+++ b/weblog/static/weblog/js/weblog.js
@@ -10,4 +10,4 @@ function toggleNode(caller){
$(caller).attr('node-state', 'closed');
}
$('#'+target).toggle();
-} \ No newline at end of file
+}